You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I'm having this excat problem - on laravel 9, so seems it's more widespread. Basically, it doesn't work as it's not executing the mjml binary to convert the markup to html and css. In fact, half the methods in the code are never utilised.
Given the last update of this repo, I would like to refer you to the package I made yesterday, which allows the use of MJML, if you are still looking for a functional solution : https://github.com/EvanSchleret/lara-mjml
Hello! I want to use your package but stuck with problem: my emails are without markup.
My steps:
composer.json
package.json
app/Mail/ClientBookingMail.php
resources/views/mail/bookings/mjml/client.blade.php
My environment:
What did I set up wrong?
P.S. Additionally I set the setting in the
.env
-file but the result is the sameThe text was updated successfully, but these errors were encountered: