asahasrabuddhe / laravel-mjml

Easily use MJML in your Laravel Blade templates!
MIT License
123 stars 51 forks source link

feat: add direct MJML content support #164

Closed maximepvrt closed 1 year ago

maximepvrt commented 1 year ago

Currently, the Laravel-MJML package provides seamless integration between Laravel's views and the MJML templating language. However, there is a limitation in the package where it only accepts MJML content. This can be restrictive for cases where developers want to pass MJML content directly without the need for a view file.

maximepvrt commented 1 year ago

@asahasrabuddhe 🙏