Artisan.page

make:mail

Create a new email class

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

Options

forceOptional

Create the class even if the mailable already exists

markdownOptional

Create a new Markdown template for the mailable

Arguments

nameRequired

The name of the class