Download the PHP package stojankukrika/laravel-database-log-emails without Composer
On this page you can find all versions of the php package stojankukrika/laravel-database-log-emails. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stojankukrika/laravel-database-log-emails
More information about stojankukrika/laravel-database-log-emails
Files in stojankukrika/laravel-database-log-emails
Download stojankukrika/laravel-database-log-emails
More information about stojankukrika/laravel-database-log-emails
Files in stojankukrika/laravel-database-log-emails
Vendor stojankukrika
Package laravel-database-log-emails
Short Description Log mails into database which go to send process
License MIT
Package laravel-database-log-emails
Short Description Log mails into database which go to send process
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-database-log-emails
Laravel Database Log Emails
A simple database logger for all outgoing emails sent by Laravel application.
You can support me to this project and make some donation.
Installation
Laravel Database Log Emails can be installed via composer by requiring the stojankukrika/laravel-database-log-emails
package in your project's composer.json
.
Next add the service provider and the alias to app/config/app
.
Now, run this in terminal:
Usage
After installation, any email sent by your website will be logged to email_logs
table in the site's database.
All versions of laravel-database-log-emails with dependencies
PHP Build Version
Package Version
The package stojankukrika/laravel-database-log-emails contains the following files
Loading the files please wait ....