Skip to content

SuperCru/ExtendedCmsBundle

Repository files navigation

SuperCruExtendedCmsBundle

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published