sterntours/vendor/doctrine/doctrine-migrations-bundle
2020-07-09 12:49:32 +02:00
..
Command init without trunk 2020-07-09 12:49:32 +02:00
DependencyInjection init without trunk 2020-07-09 12:49:32 +02:00
Resources init without trunk 2020-07-09 12:49:32 +02:00
Tests/DependencyInjection init without trunk 2020-07-09 12:49:32 +02:00
.gitignore init without trunk 2020-07-09 12:49:32 +02:00
Changelog.md init without trunk 2020-07-09 12:49:32 +02:00
composer.json init without trunk 2020-07-09 12:49:32 +02:00
DoctrineMigrationsBundle.php init without trunk 2020-07-09 12:49:32 +02:00
LICENSE init without trunk 2020-07-09 12:49:32 +02:00
phpunit.xml.dist init without trunk 2020-07-09 12:49:32 +02:00
README.markdown init without trunk 2020-07-09 12:49:32 +02:00

DoctrineMigrationsBundle

This bundle integrates the Doctrine2 Migrations library. into Symfony so that you can safely and quickly manage database migrations.

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.