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