Added comments for added commands

Make provider command don't added to markdown file. I added them.
This commit is contained in:
EndChapter 2021-12-25 03:57:02 +03:00 committed by GitHub
parent 92b5e198d7
commit e16d6b365d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,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