Missing install instruction
luismasserral opened this issue · 1 comments
luismasserral commented
In the install intructions, you missed the modification of the app/AppKernel.php file, you have to add:
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
$bundles[] = new DavidBadura\FakerBundle\DavidBaduraFakerBundle();
}
DavidBadura commented
thank you :)