laravel-mjml
laravel-mjml copied to clipboard
Easily use MJML in your Laravel Blade templates!
Using this with Laravel 9.x. Everything goes swimmingly until I attempt to use something like a @for or @foreach directive in the Blade view. Then it either doesn't render, or...
I remember margins weren't a thing, but now [client support seems to be solid](https://www.caniemail.com/search/?s=margin) (except of negative values) Would you consider supporting margins? Or did you and there are other...
Would be great to be able to add command-line arguments to the MJML command via config, e.g. - `-l strict` to fail on validation errors - `-config.filePath ...` to override...
Often times with email messages we want to embed the images. Seems it is not possible with this package. The usual syntax is along the lines of: ``` ``` This...
Hi, i use mjml in my laravel 5.6 homestead env. I run `return $this->mjml('email.register');` in my Mail Class. First i get an Permission denied Error in `'storage/framework/views/`. I solved this...