Skip to content

Instantly share code, notes, and snippets.

@crabmusket
crabmusket / MJML.php
Last active April 12, 2024 11:39
MJML emails in Laravel
<?php
namespace App\Mail;
use Symfony\Component\Process\Process;
use Symfony\Component\Process\Exception\ProcessFailedException;
use Symfony\Component\Process\Exception\RuntimeException;
use Illuminate\Contracts\View\Factory as ViewFactory;
use Illuminate\Support\HtmlString;