dev-master
9999999-devSymfony LightCmsBundle
MIT
The Requires
by Jérémy MARIN
cms media block snippet
Symfony LightCmsBundle
WARNING: This bundle is still under developpement. While it is functional, the service names, configuration options etc. may change without worrying about BC breaks., (*1)
Add the repository to your composer.json file:, (*2)
"require": { "htime/light-cms-bundle": "dev-master" }
Then run, (*3)
$ php composer.phar update htime/light-cms-bundle
Enable HtimeLightCmsBundle in app/AppKernel.php
:, (*4)
public function registerBundles() { $bundles = array( ... new Htime\LightCmsBundle\HtimeLightCmsBundle(), ); }
Symfony LightCmsBundle
MIT
cms media block snippet