covex-nn / doctrine-migrations-bundle
Symfony DoctrineMigrationsBundle
Installs: 920
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 207
Type:symfony-bundle
Requires
- php: >=5.3.2
- covex-nn/migrations: ~0.9,<1.0
- doctrine/doctrine-bundle: ~1.0
- symfony/framework-bundle: ~2.1 || ~3.0
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.