Skip to content

Instantly share code, notes, and snippets.

@ciccarone
Created October 27, 2019 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciccarone/7b508709e441d86abd3d10ea3b4d2daa to your computer and use it in GitHub Desktop.
Save ciccarone/7b508709e441d86abd3d10ea3b4d2daa to your computer and use it in GitHub Desktop.
php artisan migrate:refresh; php artisan migrate:reset; php artisan migrate;
@ciccarone
Copy link
Author

composer dump-autoload; php artisan migrate:rollback; php artisan migrate:refresh; php artisan migrate:reset; php artisan migrate; php artisan db:seed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment