mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
Added comments for added commands
Make provider command don't added to markdown file. I added them.
This commit is contained in:
parent
92b5e198d7
commit
e16d6b365d
1 changed files with 4 additions and 1 deletions
|
@ -29,12 +29,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue