Skip to content

Instantly share code, notes, and snippets.

@James-N-M
Last active November 25, 2019 15:44
Show Gist options
  • Save James-N-M/f3d47ba2760fb8c2b8fabfd04310c2bd to your computer and use it in GitHub Desktop.
Save James-N-M/f3d47ba2760fb8c2b8fabfd04310c2bd to your computer and use it in GitHub Desktop.
PLM Vagrant box bash aliases
alias wipe="php artisan cache:clear && php artisan config:clear"
alias tps="php artisan migrate && php artisan db:views && php artisan db:seed && php artisan db:test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment