Part 8: Markdown Email Mailables – Laravel 5.4 New Features



Laravel 5.3 gave us Mailables, but Laravel 5.4 gives us Markdown Mailables. Yay! Finally an easy way to edit the content of our emails and an easy way to manage and send them.

This video will show you how to build a mailable class and how to attach it to a Markdown powered Vue.

You might notice that our view actually not only has Markdown in it, but also components. Components are how we build markdown email when we need elements other than rich text.

For the full documentation on Laravel Markdown Mailables:
https://laravel.com/docs/5.4/mail#markdown-mailables

source

Reply


Build A Site Info