dev-master
9999999-dev http://github.com/SuperCru/ExtendedCmsBundleSymfony2 Bundle that enhances the functionalatly of the Symfony CMF
MIT
The Requires
- php >=5.4.0
- kmj/toolkitbundle 1.2.*@dev
by Kaelin Jacobson
cms cmf supercru
Wallogit.com
2017 © Pedro Peláez
Symfony2 Bundle that enhances the functionalatly of the Symfony CMF
SuperCruExtendedCmsBundle can conveniently be installed via Composer. Just run the following command from your project directory, (*1)
composer require "supercru/extendedcmsbundle": "dev-master", (*2)
Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:, (*3)
// in AppKernel::registerBundles()
$bundles = array(
// ...
new SuperCru\ExtendedCmsBundle\ExtendedCmsBundle(),
// ...
);
super_cru_extended_cms:
site_path: /cms/content/site #The default location of the site path used for the initializer
use_bootstrap_container: true #Configures the cmf container to use a better bootstrap compatible container instead
Symfony2 Bundle that enhances the functionalatly of the Symfony CMF
MIT
cms cmf supercru