This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table
mr4-lc/laravel-email-audit-log is a Laravel package for this service provider will monitor all emails that has been sent out of your system. sent emails will be stored in email_audit_log table.
It currently has 0 GitHub stars and 69 downloads on Packagist (latest version 0.0.1).
Install it with composer require mr4-lc/laravel-email-audit-log.
Discover more Laravel packages by mr4-lc
or browse all Laravel packages to compare alternatives.
Last updated
This service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table.
Any feedback / enhancement request is more than welcome!
We use GitHub issues only to discuss bugs and new features. For support please refer to:
The recommended way to install Laravel Audit Log is through Composer.
composer require mr4-lc/laravel-email-audit-log
Lets publish package migrations
php artisan vendor:publish --tag=email-audit-log-migrations
php artisan migrate
There is already aliased eloquent model
use mr4-lc\LaravelEmailAuditLog\Models\EmailAudit;
EmailAudit::all(); //Will return collection of models