covex-nn/doctrine-migrations-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony DoctrineMigrationsBundle

Installs: 918

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 207

Type:symfony-bundle

0.9.3 2016-07-09 20:27 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:28:13 UTC


README

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.