tucompu / cms-bundle
A very simple, simple CMS
dev-master
2017-03-28 04:19 UTC
Requires
- php: >=5.4
- stfalcon/tinymce-bundle: 1.0
- symfony/framework-bundle: >=2.2
- symfony/symfony: >=2.2
This package is not auto-updated.
Last update: 2025-03-29 23:15:59 UTC
README
Is a very simple cms
Install!
git clone https://github.com/jairoFg12/CMSBundle.git
Register the bundle
#app/AppKernel.php ... new Tucompu\CmsBundle\CmsBundle() ...
Add the routing
cms:
resource: "@CmsBundle/Controller/"
type: annotation
Update the database
app/console doctrine:schema:update --force