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
djokicpn/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 28 GitHub stars and 120.073 downloads on Packagist (latest version v1.0.8).
Install it with composer require djokicpn/laravel-email-audit-log.
Discover more Laravel packages by djokicpn
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 djokicpn/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 Djokicpn\LaravelEmailAuditLog\Models\EmailAudit;
EmailAudit::all(); //Will return collection of models