lehagere/error-log-notification
Composer 安装命令:
composer require lehagere/error-log-notification
包简介
A time bound error notification for Laravel.
README 文档
README
The package will register logs (error, warning, etc.) in the database and send them via email as a report on the configured duration. I developed the package because I was tired of regularly checking my log files for errors. And as an admin of my systems I want to be ahead of the curve reslove the issues.
Installation
You can install the package via composer:
composer require lehagere/error-log-notification
Usage
You have to migrate for the table to be included in your database.
php artisan migrate
Publish the configuration file.
php artisan vendor:publish
You can update the duration of the notification and who should get the email notification.
Security
If you discover any security related issues, please send a message @lehagere instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-02