v1.0.2
1.0.2.0Smile Symfony2 training bundle
MIT
The Requires
- php >=5.3.0
- fzaninotto/faker v1.2.0
by Smile SA
v1.0.1
1.0.1.0Smile Symfony2 training bundle
MIT
The Requires
- php >=5.3.0
- fzaninotto/faker v1.2.0
by Smile SA
Smile Symfony2 training bundle
It's just a training bundle. Not much to see here., (*1)
``` bash $ php composer.phar require smile/training-bundle, (*2)
Register the bundle in app/AppKernel.php. ``` php public function registerBundles() { $bundles = array( // ... new Smile\TrainingBundle\SmileTrainingBundle, // ... ); // ... }
Figure it out !, (*3)
Smile Symfony2 training bundle
MIT
Smile Symfony2 training bundle
MIT