2017 © Pedro Peláez
 

symfony-bundle extendedcmsbundle

Symfony2 Bundle that enhances the functionalatly of the Symfony CMF

image

supercru/extendedcmsbundle

Symfony2 Bundle that enhances the functionalatly of the Symfony CMF

  • Wednesday, May 25, 2016
  • by demoboy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 92 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SuperCruExtendedCmsBundle

1) Installation

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

2) 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

The Versions

25/05 2016

dev-master

9999999-dev http://github.com/SuperCru/ExtendedCmsBundle

Symfony2 Bundle that enhances the functionalatly of the Symfony CMF

  Sources   Download

MIT

The Requires

 

by Kaelin Jacobson

cms cmf supercru