bamboocoding / maillog
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bamboocoding/maillog
This package is not auto-updated.
Last update: 2026-01-10 06:32:14 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 bamboocoding/maillog
Step 2: Migration
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.