nelmio / alice

Expressive fixtures generator
MIT License
2.49k stars 330 forks source link

SymfonyBundle #1175

Closed lyrixx closed 4 months ago

lyrixx commented 6 months ago

Hello, somethings is unclear to me.

In the readme, we can read:

image

https://github.com/nelmio/alice?tab=readme-ov-file#symfony

But in this code base, there is https://github.com/nelmio/alice/blob/main/src/Bridge/Symfony/NelmioAliceBundle.php


So which one are we supposed to use?

theofidry commented 6 months ago

There is 3 packages which provide different things, the breakdown can be found in https://github.com/theofidry/AliceBundle?tab=readme-ov-file#when-to-use-this-bundle. So which one you actually need depends on your usage. Could be that for you NelmioAlice or FidryAliceDataFixtures is entirely sufficient

lyrixx commented 4 months ago

thanks