codeat3/laravel-log-emails is a Laravel package for laravel-email-db-log.
It currently has 2 GitHub stars and 0 downloads on Packagist (latest version 1.0.0).
Install it with composer require codeat3/laravel-log-emails.
Discover more Laravel packages by codeat3
or browse all Laravel packages to compare alternatives.
Last updated
This laravel package dumps all the emails in the database by listening to email events. This package is greatly inspired by laravel-email-database-log, which seems little out of sync since last few years.
You can install the package via composer:
composer require codeat3/laravel-log-emails
// Usage description here
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.