berthott/laravel-mail-logging
最新稳定版本:3.0.0
Composer 安装命令:
composer require berthott/laravel-mail-logging
包简介
Laravel Helper for scheduling model related tasks
README 文档
README
Laravel-Mail-Logging
Laravel Helper for logging outgoing mails.
Installation
$ composer require berthott/laravel-mail-logging
Usage
- You only need to install the package and will have a
storage/logs/mail.logfile giving you some insights of outgoing mails.
Options
To change the default options use
$ php artisan vendor:publish --provider="berthott\MailLogging\MailLoggingServiceProvider" --tag="config"
You can specify the mail logging channel according to the Laravel Documentation. Defaults to
'driver' => 'single', 'path' => storage_path('logs/mail.log'), 'level' => 'debug',
Compatibility
Tested with Laravel 10.x.
License
See License File. Copyright © 2023 Jan Bladt.
统计信息
- 总下载量: 309
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-24