supercru/extendedcmsbundle

Symfony2 Bundle that enhances the functionalatly of the Symfony CMF

dev-master 2016-05-25 18:54 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:10 UTC


README

  1. 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(),
    // ...
);
  1. 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