Commands.app

php artisan make:mail

Code Generation

Create a new email class

Options & Flags
Available options for this command
--markdown

Create a new Markdown template

Examples
Common usage examples

Create a mailable class

php artisan make:mail OrderShipped

Create mailable with markdown template

php artisan make:mail OrderShipped --markdown=emails.orders.shipped
Related Commands
You might also find these useful