pingpong-labs / modules

Laravel 5 Modules
https://pingpong-labs.github.io/docs/modules.html
BSD 3-Clause "New" or "Revised" License
576 stars 151 forks source link

New feature, add the command `php artisan module:migrate-status` #262

Open knvpk opened 8 years ago

knvpk commented 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}} .