AliceGeneratorBundle
AliceGeneratorBundle copied to clipboard
A Symfony bundle to convert existing Doctrine entities into Alice fixtures
I can't install the bundle with `sensio/framework-extra-bundle` present as the `symfony/finder` versions conflict. `sensio/framework-extra-bundle` requires `"symfony/finder": "^4.0|^5.0"`, whereas the bundle needs `^3.0|^4.0`. Can this version constraints be updated?
How do I use this bundle to generate alice fixtures in a symfony 4 project in which Entities live in src/App/Entity, which is not a bundle?
Alice supports using constructors to generate fixtures as show here: https://github.com/nelmio/alice/blob/master/doc/fixtures-refactoring.md#usage-with-functions-constructor-included This bundle currently does not allow fixtures to be generated to use the constructor and editing the fixtures manually...
This bundle currently doesn't work with Symfony 3.4 and 4.x as it throws the following error: `The "trappar_alice_generator.metadata.chain_driver" service or alias has been removed or inlined when the container was...
Hi. I got error becouse of service trappar_alice_generator.metadata.chain_driver is public:false and id of this service pass to trappar_alice_generator.metadata.lazy_loading_driver as parameter and after trying get directly from container... but it cant...