Download the PHP package sinevia/php-library-migrate without Composer
On this page you can find all versions of the php package sinevia/php-library-migrate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-library-migrate
PHP Library Migrate
How to Use
-
Create a migration directory to hold your migration files
-
Create the migration files with the following format YYYYMMDD_SEQNCE_ClassName (i.e. 20180905_000001_CreateSettingsTable).
- Create a migrate.php file at a location of your preference (this example uses "app/migrate.php"). The migrations will be sorted alphabetically in ascending order and run
Run the migrations:
All versions of php-library-migrate with dependencies
PHP Build Version
Package Version
No informations.
The package sinevia/php-library-migrate contains the following files
Loading the files please wait ....