khepin / KhepinYamlFixturesBundle

Easy loading of fixtures defined in YAML files for Symfony2 and Doctrine2
MIT License
58 stars 42 forks source link

added a setting to choose the fixtures directory #20

Closed youbs closed 12 years ago

youbs commented 12 years ago

There is now a setting to chose the directory where you put your fixtures.

In our project we put them in Resources/fixtures, now you can specify it. By default it's still in DataFixtures (same directory in all your bundles)