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
Sometimes you need to run deplaoy commands on your local enviroment, but commands may use data/code which doesn't exists on current version of app, and running them causes error (eg. table not found 😀).
I think good solution to this will be adding a command to mark all/some tests as done, somthing like php artisan deploy-commands:mark-completed [--name]
The text was updated successfully, but these errors were encountered:
Sometimes you need to run deplaoy commands on your local enviroment, but commands may use data/code which doesn't exists on current version of app, and running them causes error (eg. table not found 😀).
I think good solution to this will be adding a command to mark all/some tests as done, somthing like
php artisan deploy-commands:mark-completed [--name]
The text was updated successfully, but these errors were encountered: