Download the PHP package migration/app without Composer
On this page you can find all versions of the php package migration/app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download migration/app
More information about migration/app
Files in migration/app
Download migration/app
More information about migration/app
Files in migration/app
Please rate this library. Is it a good library?
Informations about the package app
Simple Migration Example
An application for MySQL that can create database tables with the help of console in simple applications.
Installion
Create migrate.php file.
Paste the following codes into the migrate file.
``
Edit the database.php file according to your mysql database.
``
Command descriptions
Command | Description |
---|---|
php migrate |
Sends all migrations to the database. |
php migrate create <migration name> |
Create a migration file. |
php migrate down |
Deletes inserted databases |
Screenshots
php migrate
php migrate create
php migrate down
Displays a warning if the migration name is left break.
All versions of app with dependencies
PHP Build Version
Package Version
The package migration/app contains the following files
Loading the files please wait ....