Download the PHP package dushevadnqka/migmag without Composer
On this page you can find all versions of the php package dushevadnqka/migmag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dushevadnqka/migmag
More information about dushevadnqka/migmag
Files in dushevadnqka/migmag
Download dushevadnqka/migmag
More information about dushevadnqka/migmag
Files in dushevadnqka/migmag
Vendor dushevadnqka
Package migmag
Short Description The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.
License MIT
Package migmag
Short Description The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.
License MIT
Please rate this library. Is it a good library?
Informations about the package migmag
Migmag Laravel migrations extender
Install
-
Version 2.0 (Compatibility with laravel 5.2) By adding:
- Version 1.0 (Compatibility with laravel 5.1) By adding:
on your composer json file.
Add this line to your config/app.php (in Providers array)
To exec migration from certain file:
and then as a answer type the path to your migration file without extension.
or
To get a migration status by certain migration file:
and then as a answer type the path to your migration file without extension.
or
To make a migration reset by certain migration name:
and then as a answer type the name of your migration file without extension.
or
To make a migration refresh for certain migration:
and then as a answer type the path to your migration file without extension.
or
Enjoy!
All versions of migmag with dependencies
PHP Build Version
Package Version
No informations.
The package dushevadnqka/migmag contains the following files
Loading the files please wait ....