force
- Create the class even if the mailable already exists Optionalmarkdown
- Create a new Markdown template for the mailable Optionalpest
- Generate an accompanying Pest test for the Mail Optionaltest
- Generate an accompanying PHPUnit test for the Mail Optionalname
- The name of the class Requiredphp artisan make:mail [-f|--force] [-m|--markdown [MARKDOWN]] [--test] [--pest] [--] <name>