mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(laravel): add aliases for new artisan commands
adds aliases for the new artisan commands introduced in laravel 11: - `pamcl` for `php artisan make:class` - `pamen` for `php artisan make:enum` - `pami` for `php artisan make:interface` - `pamtr` for `php artisan make:trait`
This commit is contained in:
parent
31f2025e0f
commit
39efc40355
2 changed files with 8 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ plugins=(... laravel)
|
|||
| `pamj` | `php artisan make:job` |
|
||||
| `paml` | `php artisan make:listener` |
|
||||
| `pamn` | `php artisan make:notification` |
|
||||
| `pamcl` | `php artisan make:class` |
|
||||
| `pamen` | `php artisan make:enum` |
|
||||
| `pami` | `php artisan make:interface` |
|
||||
| `pamtr` | `php artisan make:trait` |
|
||||
|
||||
## Clears
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue