mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge e16d6b365d into b1af78d64d
This commit is contained in:
commit
f65d144060
2 changed files with 5 additions and 1 deletions
|
|
@ -30,12 +30,15 @@ plugins=(... laravel)
|
|||
| `pamc` | `php artisan make:controller` |
|
||||
| `pams` | `php artisan make:seeder` |
|
||||
| `pamt` | `php artisan make:test` |
|
||||
| `pamfa` | `php artisan make:factory` |
|
||||
| `pamfa` | `php artisan make:factory` |
|
||||
| `pamp` | `php artisan make:policy` |
|
||||
| `pame` | `php artisan make:event` |
|
||||
| `pamj` | `php artisan make:job` |
|
||||
| `paml` | `php artisan make:listener` |
|
||||
| `pamn` | `php artisan make:notification` |
|
||||
| `pampp` | `php artisan make:provider` |
|
||||
| `pammm` | `php artisan make:migration` |
|
||||
|
||||
|
||||
## Clears
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ 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 pammm='php artisan make:migration'
|
||||
|
||||
|
||||
# Clears
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue