Skip to content

Commit

Permalink
add mail command
Browse files Browse the repository at this point in the history
  • Loading branch information
RoduanKD committed Jun 14, 2022
1 parent 432296a commit 86a38a6
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 @@ -36,6 +36,7 @@ model Post -crm
| `listener` | `php artisan make:listener` |
| `factory` | `php artisan make:factory` |
| `make` | `php artisan make:` |
| `mail` | `php artisan make:mail` |
| `middleware` | `php artisan make:middleware` |
| `migrate` | `php artisan migrate` |
| `migration` | `php artisan make:migration` |
Expand Down
2 changes: 2 additions & 0 deletions bats/mail.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
art make:mail %*

0 comments on commit 86a38a6

Please sign in to comment.