BazingaFakerBundle icon indicating copy to clipboard operation
BazingaFakerBundle copied to clipboard

Put the awesome Faker library into the Symfony2 DIC and populate your database with fake data.

Results 13 BazingaFakerBundle issues
Sort by recently updated
recently updated
newest added

When will this library support Symfony 5?

Just creating the issue to link it to PR later: ```The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "faker" configuration is deprecated since Symfony 4.3, pass the root name to the constructor...

Is there any way to use https://github.com/fzaninotto/Faker#modifiers with the YAML config? If not I think we should add it.

Hi, I just tried to use this bundle in an sf4 project but I get the following error message after following documentation steps. Am I doing something wrong? ``` The...

Hi, I need to make faker result in my jointure table product_category but it's not an entity, it's just a relation : ``` manyToMany: categories: targetEntity: Category inversedBy: products joinTable:...

I want to insert big data in two tables user -> notifications (about 50k user and 5M notifications). So it is taking very long to be executed. Is it possible...