You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}} .
The text was updated successfully, but these errors were encountered:
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}}
.The text was updated successfully, but these errors were encountered: