mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Add alias PAOPC for Laravel php artisan optimize:clear command
This commit is contained in:
parent
7ed475cb58
commit
eca4cdcc34
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ alias pacac='php artisan cache:clear'
|
||||||
alias pacoc='php artisan config:clear'
|
alias pacoc='php artisan config:clear'
|
||||||
alias pavic='php artisan view:clear'
|
alias pavic='php artisan view:clear'
|
||||||
alias paroc='php artisan route:clear'
|
alias paroc='php artisan route:clear'
|
||||||
|
alias paopc='php artisan optimize:clear'
|
||||||
|
|
||||||
|
|
||||||
# queues
|
# queues
|
||||||
alias paqf='php artisan queue:failed'
|
alias paqf='php artisan queue:failed'
|
||||||
|
|
Loading…
Reference in a new issue