php artisan make:mail
Code GenerationCreate a new email class
Options & Flags
Available options for this command
--markdownCreate a new Markdown template
Examples
Common usage examples
Create a mailable class
php artisan make:mail OrderShippedCreate mailable with markdown template
php artisan make:mail OrderShipped --markdown=emails.orders.shippedRelated Commands
You might also find these useful