fmmm / dingding
There is no license information available for the latest version (1.1.0) of this package.
1.1.0
2022-05-01 16:13 UTC
This package is not auto-updated.
Last update: 2024-11-11 04:19:07 UTC
README
介绍
钉钉群通知
安装教程
composer require fmmm/dingding
发布配置文件
php artisan vendor:publish --provider="Fmmm\Dingding\Support\DingServiceProvider"
使用说明
异常通知
public function register()
{
$this->reportable(function (Exception $e) {
DingHelper::exceptionNotify($e);
});
}