Artisan.page

make:mail

Create a new email class

Terminal
php artisan make:mail [-f|--force] [-m|--markdown [MARKDOWN]] [--test] [--pest] [--] <name>

Options

forceOptional

Create the class even if the mailable already exists

markdownOptional

Create a new Markdown template for the mailable

pestOptional

Generate an accompanying Pest test for the Mailable

testOptional

Generate an accompanying PHPUnit test for the Mailable

Arguments

nameRequired

The name of the mailable