Looking to hire Laravel developers? Try LaraJobs

laravel-email-database-log maintained by equipc

Description
A simple database logger for all outgoing emails sent by Laravel website.
Last update
2026/03/03 11:14 (dev-main)
License
Links
Downloads
19
Tags

Comments
comments powered by Disqus

Laravel Email Database Log

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.