alias mcr="php artisan make:model -mcr"
alias a="php artisan"
alias m="php artisan migrate;"
alias ms="php artisan migrate --database=sqlite"
alias mr="php artisan migrate:rollback"
alias s="php artisan db:seed"
alias t="./vendor/bin/phpunit"
alias tf="./vendor/bin/phpunit --filter"
Last active
July 10, 2019 06:22
-
-
Save jayrcodes/ea757a84bbb1a39a9d97cdfaad5fd97c to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment