Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 752 Bytes

README.markdown

File metadata and controls

17 lines (12 loc) · 752 Bytes

DoctrineFixturesBundle

This bundle integrates the Doctrine2 Data Fixtures library. into Symfony so that you can load data fixtures programmatically into the Doctrine ORM or ODM.

Documentation on how to install and use this bundle is available in the Symfony2 documentation.

WARNING: Namespace changed

This bundle was previously under the Symfony\Bundle namespace and is now moved to the Doctrine\Bundle namespace.

See the Resources/docs/index.rst for more information about the required changes in deps, AppKernel.php and autoload.php to accomodate for this change.