BazingaFakerBundle
BazingaFakerBundle copied to clipboard
Put the awesome Faker library into the Symfony2 DIC and populate your database with fake data.
When will this library support Symfony 5?
Issue #54
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...
This PR fixes #51
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:...
How do I populate the middle table?
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...