Download the PHP package yuyu-tech/mail-log without Composer
On this page you can find all versions of the php package yuyu-tech/mail-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yuyu-tech/mail-log
More information about yuyu-tech/mail-log
Files in yuyu-tech/mail-log
Download yuyu-tech/mail-log
More information about yuyu-tech/mail-log
Files in yuyu-tech/mail-log
Vendor yuyu-tech
Package mail-log
Short Description Laravel Package to log all outgoing email into database.
License MIT
Package mail-log
Short Description Laravel Package to log all outgoing email into database.
License MIT
Please rate this library. Is it a good library?
Informations about the package mail-log
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:
Step 2: Configuration
You can skip this step if your version of Laravel is 5.5 or above. Otherwise, you have to add the following to your config/app.php in the providers array:
Step 3: Publish vendor file
Now, run this in terminal:
Step 4: Migration
Now, run this in terminal:
Usage
After installation, any email sent by your website will be logged to email_log
table in the site's database.
All versions of mail-log with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.3|^6.0|^7.0|^8|^9|^10
The package yuyu-tech/mail-log contains the following files
Loading the files please wait ....