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 Mailable Optionalphpunit
- Generate an accompanying PHPUnit test for the Mailable Optionaltest
- Generate an accompanying Test test for the Mailable Optionalview
- Create a new Blade template for the mailable Optionalname
- The name of the mailable Requiredphp artisan make:mail [-f|--force] [-m|--markdown [MARKDOWN]] [--view [VIEW]] [--test] [--pest] [--phpunit] [--] <name>