dev-master
9999999-dev https://github.com/nord-ua/AtomCmsBundleSimplest CMS ever.
MIT
The Requires
- php >=5.3.2
- symfony/framework-bundle ~2.1
The Development Requires
by Ryabenko Sergey
cms content
Simplest CMS ever.
Symfony2 simplest CMS bundle.
There is no menus and structure, just dynamic pages and partials.
Pages shows when no other routing gets request. E.g. you can create page with url about
, and, if no other controllers can handle this request, page's content will be shown. Page can not content /
symbol yet. If you need it, feel free to contact me about this., (*1)
composer.json:, (*2)
"require": { ... "nord-ua/atom-cms-bundle": "2.0.*@dev", .... }
AppKernel.php:, (*3)
... new NordUa\AtomCmsBundle\AtomCmsBundle(), ...
routing.yml (to the bottom), (*4)
... atom_cms: resource: "@AtomCmsBundle/Resources/config/routing.yml"
After installation go to /admin/cms
and create pages you need. If you need to include page's content as partial you can call {{ atom_cms_render('%page url here%') }}
inside any twig template., (*5)
That's it., (*6)
Simplest CMS ever.
MIT
cms content