Created
December 13, 2016 14:53
-
-
Save lynxtdc/41041cea27b29af8863870ce98a135b5 to your computer and use it in GitHub Desktop.
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 pa="php artisan" | |
alias par="php artisan routes" | |
alias pam="php artisan migrate" | |
alias pam:r="php artisan migrate:refresh" | |
alias pacc="php artisan cache:clear" | |
alias pamr="php artisan migrate:rollback" | |
alias pam:roll="php artisan migrate:rollback" | |
alias pam:rs="php artisan migrate:refresh --seed" | |
alias padbi="php artisan db:import" | |
alias pda="php artisan dumpautoload" | |
alias cu="composer update" | |
alias ci="composer install" | |
alias cda="composer dump-autoload -o" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment