Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
training-bundle | eZ Ecosystem | stable |
Version | Compatible with |
---|---|
N/A | N/A |
It's just a training bundle. Not much to see here.
$ php composer.phar require smile/training-bundle
Register the bundle in app/AppKernel.php.
public function registerBundles()
{
$bundles = array(
// ...
new Smile\TrainingBundle\SmileTrainingBundle,
// ...
);
// ...
}
Figure it out !