mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
feat: update laravel.plugin add make:view and update README.md
This commit is contained in:
parent
887a864aba
commit
ca42e750bb
2 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ plugins=(... laravel)
|
|||
| `pamen` | `php artisan make:enum` |
|
||||
| `pami` | `php artisan make:interface` |
|
||||
| `pamtr` | `php artisan make:trait` |
|
||||
| `pamv` | `php artisan make:view` |
|
||||
|
||||
## Clears
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ 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'
|
||||
|
||||
|
||||
# Clears
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue