Livewire

These posts are about Laravel.

July 5, 2025

Adding a Text View for Markdown Emails in Laravel

Laravel has an easy way to use Markdown for email notifications. It even includes themes to handle both HTML and plain text. What's missing is a way to define a separate view to use for the plain...

Read