supercru / extendedcmsbundle
Symfony2 Bundle that enhances the functionalatly of the Symfony CMF
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.0
- kmj/toolkitbundle: 1.2.*@dev
Suggests
This package is not auto-updated.
Last update: 2024-10-26 18:54:44 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