Last active
November 25, 2019 15:44
-
-
Save James-N-M/f3d47ba2760fb8c2b8fabfd04310c2bd to your computer and use it in GitHub Desktop.
PLM Vagrant box bash aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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