Laravel Email Audit Log
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
Help and docs
We use GitHub issues only to discuss bugs and new features. For support please refer to:
Installing Laravel Audit Log
The recommended way to install Laravel Audit Log is through Composer.
composer require djokicpn/laravel-email-audit-log
Publishing migrations
Lets publish package migrations
php artisan vendor:publish --tag=email-audit-log-migrations
Migrating database
php artisan migrate
Usage and reports
There is already aliased eloquent model
use Djokicpn\LaravelEmailAuditLog\Models\EmailAudit;
EmailAudit::all(); //Will return collection of models