mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
Merge e16d6b365d into b1af78d64d
This commit is contained in:
commit
f65d144060
2 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,9 @@ plugins=(... laravel)
|
||||||
| `pamj` | `php artisan make:job` |
|
| `pamj` | `php artisan make:job` |
|
||||||
| `paml` | `php artisan make:listener` |
|
| `paml` | `php artisan make:listener` |
|
||||||
| `pamn` | `php artisan make:notification` |
|
| `pamn` | `php artisan make:notification` |
|
||||||
|
| `pampp` | `php artisan make:provider` |
|
||||||
|
| `pammm` | `php artisan make:migration` |
|
||||||
|
|
||||||
|
|
||||||
## Clears
|
## Clears
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ alias pamj='php artisan make:job'
|
||||||
alias paml='php artisan make:listener'
|
alias paml='php artisan make:listener'
|
||||||
alias pamn='php artisan make:notification'
|
alias pamn='php artisan make:notification'
|
||||||
alias pampp='php artisan make:provider'
|
alias pampp='php artisan make:provider'
|
||||||
|
alias pammm='php artisan make:migration'
|
||||||
|
|
||||||
|
|
||||||
# Clears
|
# Clears
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue