smile/training-bundle

Smile Symfony2 training bundle

v2.0.0 2016-02-24 09:10 UTC

This package is not auto-updated.

Last update: 2024-04-23 03:21:55 UTC


README

About

It's just a training bundle. Not much to see here.

Installation

$ php composer.phar require smile/training-bundle

Register the bundle in app/AppKernel.php.

public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\TrainingBundle\SmileTrainingBundle,
        // ...
    );
    // ...
}

Configuration

Figure it out !