Download the PHP package jeffersonsimaogoncalves/laravel-email-database-log without Composer
On this page you can find all versions of the php package jeffersonsimaogoncalves/laravel-email-database-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeffersonsimaogoncalves/laravel-email-database-log
More information about jeffersonsimaogoncalves/laravel-email-database-log
Files in jeffersonsimaogoncalves/laravel-email-database-log
Download jeffersonsimaogoncalves/laravel-email-database-log
More information about jeffersonsimaogoncalves/laravel-email-database-log
Files in jeffersonsimaogoncalves/laravel-email-database-log
Vendor jeffersonsimaogoncalves
Package laravel-email-database-log
Short Description A simple database logger for all outgoing emails sent by Laravel website.
License MIT
Package laravel-email-database-log
Short Description A simple database logger for all outgoing emails sent by Laravel website.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-email-database-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: Migration
Publish migration files:
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 laravel-email-database-log with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^10.0
doctrine/dbal Version ^3.3
nesbot/carbon Version ^2.0
illuminate/support Version ^10.0
doctrine/dbal Version ^3.3
nesbot/carbon Version ^2.0
The package jeffersonsimaogoncalves/laravel-email-database-log contains the following files
Loading the files please wait ....