rabianr/laravel-log-mail-driver-viewer
最新稳定版本:1.2
Composer 安装命令:
composer require rabianr/laravel-log-mail-driver-viewer
包简介
Provide a simple way to view mails logged by the log mail driver in browser.
README 文档
README
Installation
composer require rabianr/laravel-log-mail-driver-viewer
Configuration
Publish the config to copy the file to your own config:
php artisan vendor:publish --tag="logmailviewer"
Set mail driver and mail log channel in .env file.
APP_DEBUG=true MAIL_MAILER=log MAIL_LOG_CHANNEL=logmailviewer
Usage
Access viewer at
https://<domain>/_maillog
统计信息
- 总下载量: 148
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-11