training-bundle

UNIX name Owner Status
training-bundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Smile Symfony2 training bundle

Smile Symfony2 training bundle

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 !

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.