2017 © Pedro PelĂĄez
 

library cms-bundle

A very simple, simple CMS

image

tucompu/cms-bundle

A very simple, simple CMS

  • Tuesday, March 28, 2017
  • by jairog12
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CMS BUNDLE

Is a very simple cms, (*1)

Install!, (*2)

git clone https://github.com/jairoFg12/CMSBundle.git

Register the bundle, (*3)

#app/AppKernel.php
...
new Tucompu\CmsBundle\CmsBundle()
...

Add the routing, (*4)

    cms:
        resource: "@CmsBundle/Controller/"
        type:     annotation

Update the database, (*5)

app/console doctrine:schema:update --force

The Versions

28/03 2017

dev-master

9999999-dev

A very simple, simple CMS

  Sources   Download

MIT

The Requires