Skip to content

jairoFernandez/CMSBundle

Repository files navigation

CMS BUNDLE

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

About

A very simple CMS, or better a very simple blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published