bamboocoding / maillog
1.0.0
2022-10-06 16:27 UTC
This package is not auto-updated.
Last update: 2025-06-28 03:47:34 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.