All notable changes to laravel-database-mail-templates
will be documented in this file
- add support for PHP 8
- use
longText
columns by default (#34)
- add support for Laravel 8.0
- add support for Laravel 7.0
- add support for Laravel 6.0
- allow html to be rendered in blade templates
- Drop support for Laravel 5.7 and lower
- Drop support for PHP 7.1 and lower
- Add support for Laravel 5.8
- Add support for text mails (#10)
- Fix issues when using the package with Laravel Nova (#9)
The interface and table structure have been changed in this version. Please read the notes in UPGRADING.md
- Use an interface for the
MailTemplate
model
- fix
MailTemplate::getVariables()
for models with missing/incorrect mailable classes
- initial release