laravel-mjml icon indicating copy to clipboard operation
laravel-mjml copied to clipboard

Easily use MJML in your Laravel Blade templates!

Results 15 laravel-mjml issues
Sort by recently updated
recently updated
newest added

Can we allow symfony process v7 which is a requirement for laravel 11? Seems to work fine otherwise

Solving the problem with an error starting node from Windows. Allows you to specify the full path to the NODE of the binary.

With the release of Laravel 11 this week I have been testing the compatibility of packages that we already use in our projects using a completely fresh project. I was...

Bumps [symfony/process](https://github.com/symfony/process) from 5.4.28 to 5.4.34. Release notes Sourced from symfony/process's releases. v5.4.34 Changelog (https://github.com/symfony/process/compare/v5.4.33...v5.4.34) bug symfony/symfony#52864 [HttpClient][Mailer][Process] always pass microseconds to usleep as integers (@​xabbuh) Commits 8fa2217 always pass...

dependencies

Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 6.35.0 to 6.41.0. Release notes Sourced from orchestra/testbench's releases. v6.41.0 Changes Update minimum support for Testbench Core v6.45.0+. (v6.44.0...v6.45.0) Testbench Changes Added Added Orchestra\Testbench\Attributes\RequiresEnv attribute to force...

dependencies

Bumps [php-coveralls/php-coveralls](https://github.com/php-coveralls/php-coveralls) from 2.6.0 to 2.7.0. Release notes Sourced from php-coveralls/php-coveralls's releases. v2.7.0 What's Changed chore: drop PHP 5.x support by @​keradus in php-coveralls/php-coveralls#371 DX: allow Symfony ^7 by @​keradus...

dependencies

Hi again. Still having some trouble getting this to work. The error I get is: ``` The command "node ../node_modules/.bin/mjml D:\Laragon\www\lambda-inertia\storage\framework \views/5eef33286172620d9fd59fa930e6a35c9a91261383b22ddba6a06b764a0d69ac.mjml.php --config.filePath=D:\Laragon \www\lambda-inertia\resources\views/emails -o D:\Laragon\www\lambda-inertia\storage\framework \views/18d7d18a15377d4820fc42047a6c7d749e41c2e5cff55c6380cf251da3e9dc11.php" failed. Exit Code:...

I can't use relative includes ```html ``` the MJML command is run on the file ``` /app/storage/framework/views/96c..817.mjml.php ``` but the includes are in relative to the view file in ```...

When I pass a variable to the view content I get this issue ``` public function content() { return new Content( view: $this->mjml('test')->buildMjmlView()['html'], with: [ 'abc' => 'Dummy Sentence' ]...

Hi. I am a bit confused as to what to do when I come to step 4: **In the build method, use: $this->mjml('view.name');** When I generated the mail class, I...