Pim Jansen
Pim Jansen
@hubertnnn i was thinking more like this: ```php $faker = new Faker(); $faker->addLocale(new MyEnglishLocale); $faker->addLocale(new MyFrenchLocale); $faker->addLocale(new MyGermanLocale); $faker->addProvider(new CustomTelcoEcommerceProvider); $faker->getFirstname(); // Outputs a random firstname from the list of...
@hubertnnn yeah that could indeed be an idea ofcourse. We should aim for an as easy as possible usecase. Im pretty sure that the way it works now won't be...
This is something we would love to do for 2.0 but its a breaking change so i dont see this happening anytime soon though.
@localheinz could you verify this?
Cant accept this for 1.x since it will break existing expectations
Could you please add a valid test for this scenario too?
Faker 1.x is not compatible i guess and further support for ORM is dropped from 2.0. So in that case i think a custom provider should be build
We use it too!
> @pimjansen Is this for a specific project, that I can mention at the top of this post? :) I can't say im afraid but you can mention the company...
@photodude any way that this will be finished? If you need some assistance let me know