mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(laravel): add aliases laravel 11 (#12354)
This commit is contained in:
committed by
GitHub
parent
c77a01dbe2
commit
41d2029dec
@@ -25,6 +25,10 @@ alias pamj='php artisan make:job'
|
||||
alias paml='php artisan make:listener'
|
||||
alias pamn='php artisan make:notification'
|
||||
alias pampp='php artisan make:provider'
|
||||
alias pamcl='php artisan make:class'
|
||||
alias pamen='php artisan make:enum'
|
||||
alias pami='php artisan make:interface'
|
||||
alias pamtr='php artisan make:trait'
|
||||
|
||||
|
||||
# Clears
|
||||
|
||||
Reference in New Issue
Block a user