stojankukrika/laravel-database-log-emails
Composer 安装命令:
composer require stojankukrika/laravel-database-log-emails
包简介
Log mails into database which go to send process
README 文档
README
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.
{
"require": {
"stojankukrika/laravel-database-log-emails": "*"
}
}
Next add the service provider and the alias to app/config/app.
'providers' => [ // ... stojankukrika\LaravelDatabaseLogEmails\LaravelDatabaseLogEmailsServiceProvider::class, ],
Now, run this in terminal:
php artisan migrate
Usage
After installation, any email sent by your website will be logged to email_logs table in the site's database.
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-24