Releases: Webnuvola/laravel-mjml
Releases · Webnuvola/laravel-mjml
v1.0.1
v1.0.0
- Support for Laravel 9 - 11 and PHP 8.1 - 8.3
- Use
spatie/mjml-php
package - Add tests with Pest
Upgrading from v0.4.0 to v1.0.0
Version v1.0.0 is compatible with Mailables defined with version v0.4.0, but you have to replace Asahasrabuddhe\LaravelMJML\Mail\Mailable
with Webnuvola\Laravel\Mjml\Mailable
class.
This package uses spatie/mjml-php
under the hood. In your project, or on your server, you must have the JavaScript package mjml
installed.