novay/notifier-module
Composer 安装命令:
composer require novay/notifier-module
包简介
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.
关键字:
README 文档
README
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.
Table of contents:
About
This Package includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8 or 6+.
Get the errors and fix them before the client even reports them, that's why this exists!
Requirements
Installation Instructions
- Install Package Via Composer
composer require novay/notifier-module
- Done
Make sure you have configured your Laravel Mail correctly to see this magic happen.
- Configuration (Next Step)
This file config can be found on
Module\Config\config.php. You can enable/disable this module from there or to specify the e-mail address that will receive notifications.
Screenshots
License
Notifier Modules is licensed under the MIT license and originaly owned by Jeremy Kenedy for both personal and commercial products. Enjoy!
For package version, you can find here
Tested & running smoothly on Laravel 6+
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-19
