Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapt/doctrine-migrations-bundle
https://github.com/leapt/doctrine-migrations-bundle
bundle php symfony symfony-bundle
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapt/doctrine-migrations-bundle
- Owner: leapt
- Created: 2015-10-06T12:57:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T13:07:27.000Z (about 9 years ago)
- Last Synced: 2024-03-26T00:38:31.478Z (8 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
DoctrineMigrationsBundle
========================This bundle integrates the [Doctrine2 Migrations library](http://www.doctrine-project.org/projects/migrations.html).
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](http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html).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.