dev-master
9999999-devLog mails into database which go to send process
MIT
The Requires
1.0.1
1.0.1.0Log mails into database which go to send process
MIT
The Requires
1.0
1.0.0.0Log mails into database which go to send process
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Log mails into database which go to send process
A simple database logger for all outgoing emails sent by Laravel application., (*1)
You can support me to this project and make some donation., (*2)
Laravel Database Log Emails can be installed via composer by requiring the stojankukrika/laravel-database-log-emails package in your project's composer.json., (*3)
{
"require": {
"stojankukrika/laravel-database-log-emails": "*"
}
}
Next add the service provider and the alias to app/config/app., (*4)
'providers' => [
// ...
stojankukrika\LaravelDatabaseLogEmails\LaravelDatabaseLogEmailsServiceProvider::class,
],
Now, run this in terminal:, (*5)
php artisan migrate
After installation, any email sent by your website will be logged to email_logs table in the site's database., (*6)
Log mails into database which go to send process
MIT
Log mails into database which go to send process
MIT
Log mails into database which go to send process
MIT