-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract fixture loading command to separate bundle #509
Comments
While reason is plausible, I'm not sure extracting a single command to a bundle is the best course of action. Offhand, https://github.com/doctrine/DoctrineFixturesBundle is mentioning ODM in the readme, does that bundle support ODM already? |
Yes, I believe so. |
At the moment, the bundle does not support ODM - I'll check if it can easily be changed to do so. The reason I want to extract it is to have a purpose-built bundle that integrates mongodb-odm and data-fixtures. At this stage, you see the command but can't run it unless you know that you have to require data-fixtures as well. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
To better separate concerns and keep track of dependencies, we should extract the
LoadDataFixturesDoctrineODMCommand
to a separate bundle and release it as a separate package (comparable to DoctrineBundle and DoctrineFixturesBundle).The text was updated successfully, but these errors were encountered: