2017 © Pedro Peláez
 

symfony-bundle light-cms-bundle

Symfony LightCmsBundle

image

htime/light-cms-bundle

Symfony LightCmsBundle

  • Thursday, December 11, 2014
  • by Htime
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Htime LightCMSBundle

WARNING: This bundle is still under developpement. While it is functional, the service names, configuration options etc. may change without worrying about BC breaks., (*1)

Installation

Step 1: Adding the bundle to your project

Add the repository to your composer.json file:, (*2)

"require": {
    "htime/light-cms-bundle": "dev-master"
}

Then run, (*3)

$ php composer.phar update htime/light-cms-bundle

Step 2: AppKernel.php

Enable HtimeLightCmsBundle in app/AppKernel.php:, (*4)

public function registerBundles()
{
    $bundles = array(
        ...
        new Htime\LightCmsBundle\HtimeLightCmsBundle(),
    );
}

The Versions

11/12 2014

dev-master

9999999-dev

Symfony LightCmsBundle

  Sources   Download

MIT

The Requires

 

by Jérémy MARIN

cms media block snippet