feat(laravel): add aliases laravel 11 (#12354)

This commit is contained in:
Rizky Ilham Pratama
2024-05-22 15:17:06 +08:00
committed by GitHub
parent c77a01dbe2
commit 41d2029dec
2 changed files with 8 additions and 0 deletions

View File

@@ -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