smile / training-bundle
Smile Symfony2 training bundle
Installs: 239
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Open Issues: 0
Language:HTML
Requires
- php: >=5.3.0
- fzaninotto/faker: ^1.5
- symfony/dependency-injection: ^2.7|^3.0
This package is not auto-updated.
Last update: 2024-11-05 05:55:39 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 !