DoctrineDataFixtureModule icon indicating copy to clipboard operation
DoctrineDataFixtureModule copied to clipboard

Doctrine Data Fixture Module for Zf2 with cli integration

Results 12 DoctrineDataFixtureModule issues
Sort by recently updated
recently updated
newest added

doctrine/data-fixtures supports the mongodb ODM as well as the ORM. Currently the composer.json file requires the ORM which causes the ORM to download even if I don't use it, but...

enhancement

I tried to use your module with zf 2.3.2dev and when I execute the import command the module delete all my data but, doesn't create anything, that because the command:...

bug