Open knvpk opened 8 years ago
In laravel there is command called php artisan migrate:status, this will show the migrations in a table format which one is migrated or not. I would like see this same in the modules package like php artisan module:migrate-status {{ModuleName}} .
php artisan migrate:status
php artisan module:migrate-status {{ModuleName}}
In laravel there is command called
php artisan migrate:status
, this will show the migrations in a table format which one is migrated or not. I would like see this same in the modules package likephp artisan module:migrate-status {{ModuleName}}
.