Package Data | |
---|---|
Maintainer Username: | dushevadnqka1 |
Maintainer Contact: | dushevadnqka@gmail.com (dushevadnqka) |
Package Create Date: | 2016-06-18 |
Package Last Update: | 2018-02-11 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-07 15:04:57 |
Package Statistics | |
---|---|
Total Downloads: | 77 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
"dushevadnqka/migmag": "2.*"
"dushevadnqka/migmag": "1.*"
on your composer json file.
\Dushevadnqka\Migmag\Providers\MigmagServiceProvider::class
php artisan migmag:migrate
and then as a answer type the path to your migration file without extension.
php artisan migmag:migrate --path=path/to/your/migration-file
php artisan migmag:migrate:status
and then as a answer type the path to your migration file without extension.
php artisan migmag:migrate:status --path=path/to/your/migration-file
php artisan migmag:migrate:reset
and then as a answer type the name of your migration file without extension.
php artisan migmag:migrate:reset --migration=migration-file-name
php artisan migmag:migrate:refresh
and then as a answer type the path to your migration file without extension.
php artisan migmag:migrate:refresh --path=path/to/your/migration-file