supercru / extendedcmsbundle
Symfony2 Bundle that enhances the functionalatly of the Symfony CMF
Package info
github.com/SuperCru/ExtendedCmsBundle
Type:symfony-bundle
pkg:composer/supercru/extendedcmsbundle
dev-master
2016-05-25 18:54 UTC
Requires
- php: >=5.4.0
- kmj/toolkitbundle: 1.2.*@dev
Suggests
This package is not auto-updated.
Last update: 2026-03-01 02:33:10 UTC
README
- Installation
SuperCruExtendedCmsBundle can conveniently be installed via Composer. Just run the following command from your project directory
composer require "supercru/extendedcmsbundle": "dev-master"
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:
// in AppKernel::registerBundles()
$bundles = array(
// ...
new SuperCru\ExtendedCmsBundle\ExtendedCmsBundle(),
// ...
);
- Configuration
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