tucompu/cms-bundle

A very simple, simple CMS

dev-master 2017-03-28 04:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:46:40 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