FestinHegre/vendor/doctrine/doctrine-migrations-bundle
2024-09-26 17:26:04 +02:00
..
Collector Vendor 2024-09-26 17:26:04 +02:00
DependencyInjection Vendor 2024-09-26 17:26:04 +02:00
MigrationsFactory Vendor 2024-09-26 17:26:04 +02:00
Resources Vendor 2024-09-26 17:26:04 +02:00
.symfony.bundle.yaml Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
DoctrineMigrationsBundle.php Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
phpstan-baseline.neon Vendor 2024-09-26 17:26:04 +02:00
README.markdown Vendor 2024-09-26 17:26:04 +02:00
UPGRADE.md Vendor 2024-09-26 17:26:04 +02:00

DoctrineMigrationsBundle

This bundle integrates the Doctrine Migrations library into Symfony applications. Database migrations help you version the changes in your database schema and apply them in a predictable way on every server running the application.

Read the documentation of this bundle.