Download the PHP package phisys/migrations-bundle without Composer
On this page you can find all versions of the php package phisys/migrations-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phisys/migrations-bundle
More information about phisys/migrations-bundle
Files in phisys/migrations-bundle
Package migrations-bundle
Short Description Symfony framework integration bundle for phpmig
License MIT
Informations about the package migrations-bundle
Migrations Bundle
Symfony framework integration for davedevelopment/phpmig
Setup
Usage
-
Initialize the control table (needed just once):
-
View current migrations status:
To use in batch scripts requiring non-zero return values on error, use:
-
Generate a new migration from template:
-
Do pending migrations:
To do migrations up to (stop in) specified migration id:
-
Rollback the last migration:
To rollback down to specified migration id, use:
-
Up a migration id:
-
Down a migration id:
To Re-Do (down and up) an already migrated id, you may use a single command:
All versions of migrations-bundle with dependencies
symfony/console Version 4.*|5.*
symfony/dependency-injection Version 4.*|5.*
symfony/http-kernel Version 4.*|5.*
davedevelopment/phpmig Version ^1.7