equipc / laravel-email-database-log
A simple database logger for all outgoing emails sent by Laravel website.
Package info
github.com/EquiPC/laravel-email-database-log
pkg:composer/equipc/laravel-email-database-log
1.0.1
2026-03-03 10:14 UTC
Requires
- php: ^8.2
- illuminate/support: ^11.0|^12.0
- nesbot/carbon: ^3.0
This package is auto-updated.
Last update: 2026-03-03 10:15:27 UTC
README
A simple database logger for all outgoing emails sent by Laravel website.
Installation
Step 1: Composer
Laravel Email Database Log can be installed via composer by running this line in terminal:
composer require equipc/laravel-email-database-log
Step 2: Migration
Publish migration files:
php artisan vendor:publish --tag=laravel-email-database-log-migration
Now, run this in terminal:
php artisan migrate
Usage
After installation, any email sent by your website will be logged to email_log table in the site's database.