mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Update laravel.plugin.zsh
add new makers and routes
This commit is contained in:
parent
959b6cf5ee
commit
e8dfa10ea7
1 changed files with 8 additions and 1 deletions
|
|
@ -29,7 +29,10 @@ alias pamcl='php artisan make:class'
|
|||
alias pamen='php artisan make:enum'
|
||||
alias pami='php artisan make:interface'
|
||||
alias pamtr='php artisan make:trait'
|
||||
|
||||
alias pamv='php artisan make:view'
|
||||
alias pammid='php artisan make:middleware'
|
||||
alias pamcomp='php artisan make:component'
|
||||
alias pammig='php artisan make:migration'
|
||||
|
||||
# Clears
|
||||
alias pacac='php artisan cache:clear'
|
||||
|
|
@ -45,3 +48,7 @@ alias paql='php artisan queue:listen'
|
|||
alias paqr='php artisan queue:retry'
|
||||
alias paqt='php artisan queue:table'
|
||||
alias paqw='php artisan queue:work'
|
||||
|
||||
# Rotes
|
||||
alias parl='php artisan route:list'
|
||||
alias parc='php artisan route:cache'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue