Skip to content

Commit

Permalink
add middleware command
Browse files Browse the repository at this point in the history
  • Loading branch information
RoduanKD committed Jun 14, 2022
1 parent 7c88417 commit a25bcb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ model Post -crm
| `listener` | `php artisan make:listener` |
| `factory` | `php artisan make:factory` |
| `make` | `php artisan make:` |
| `middleware` | `php artisan make:middleware` |
| `migrate` | `php artisan migrate` |
| `migration` | `php artisan make:migration` |
| `model` | `php artisan make:model` |
Expand Down
2 changes: 2 additions & 0 deletions bats/middleware.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
art make:middleware %*

0 comments on commit a25bcb5

Please sign in to comment.