h4cc / AliceFixturesBundle

A Symfony2 bundle for using Alice and Faker with data fixtures. Abled to use Doctrine ORM as well as Doctrine MongoDB ODM.
MIT License
75 stars 25 forks source link

Multiple paths for YAML files and FixtureSets #40

Open h4cc opened 9 years ago

h4cc commented 9 years ago

As requested in https://github.com/h4cc/AliceDemo/issues/4 it would be a nice feature if fixture files and sets could be loaded from other or even multiple paths.

The current implementation using that single hardcoded path might not suite everywhere-

My idea is to have a list of paths relative to bundle base path configured somehow somewhere, which can also be changed by configuration.