siantech/laravel-logmailer
最新稳定版本:1.0.0
Composer 安装命令:
composer require siantech/laravel-logmailer
包简介
Sends hourly email with your Laravel project log files.
README 文档
README
Laravel LogMailer
Laravel LogMailer is a simple tool that allows your application to send log files to your email address. It's very easy to configure and in just few simple steps it's up & running.
Install
To install, simply run composer require siantech/laravel-logmailer
Config
- run
php artisan vendor:publish --tag=siantech-logmailerto publish config and views. Email view is intentionally left blank so you can customise it however you want. - in
config/logmailer.phpupdate yourtoemail address and (optional)subject. - in
app/Console/Kernel.php, schedule how often you'd like to receive your logs. For example, if you like to receive it hourly, use$schedule->command('siantech:logmailer')->hourly();Read Laravel Schedule Frequency Options documentation.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-22