smile/training-bundle

Smile Symfony2 training bundle

Installs: 241

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 4

Open Issues: 0

Language:HTML

pkg:composer/smile/training-bundle

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

This package is not auto-updated.

Last update: 2025-09-23 10:45:21 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 !