Download the PHP package ailose/exception-alert without Composer
On this page you can find all versions of the php package ailose/exception-alert. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package exception-alert
钉钉推送异常告警
介绍
进行监控和提醒操作
要求
- php版本:>=7.0
- laravel版本: Laravel5.5+
安装
在laravel项目中使用
安装成功后执行
会自动将ding.php
添加到您项目的配置文件当中
相关配置
钉钉启用开关
(可选)默认为开启
钉钉的推送token
- (必选)发送钉钉机器人的token,即在您创建机器人之后的access_token
- 钉钉推送链接:https://oapi.dingtalk.com/robot/send?access_token=you-push-token
Inspire And Thanks
publish the config file:
php artisan vendor:publish --provider="DingNotice\DingNoticeServiceProvider"
配置
config/ding.php
.env
app/Exceptions/Handler.php 添加
All versions of exception-alert with dependencies
PHP Build Version
Package Version
The package ailose/exception-alert contains the following files
Loading the files please wait ....