Releases: dcblogdev/laravel-sent-emails
Releases · dcblogdev/laravel-sent-emails
style improvements and search option added
New config options added:
Set pagination per page:
'perPage' => 10,
When no emails are found those a default message:
'noEmailsMessage' => 'No emails found.'
Pagination style fix
Pagination has been fixed for Tailwind ensuring that if this page is installed on a project that uses Bootstrap Tailwind pagination will still be used.
Added search option
You can now search for emails by Date, From, To and Subject.
Added support for PHP 8
v1.0.4 added support for PHP 8
Added support for Larvel 8
v1.0.3 added support for Laravel 8
ability to set middleware to routes
Merge pull request #3 from woodspire/feature/config-route-middleware Allow to configure route middlewares.
corrected edge case for when from is only an email address
v1.0.1 Merge branch 'master' of github.com:dcblogdev/laravel-sent-emails
initital release
v1.0.0 updated packagist urls