Download the PHP package wujunze/dingtalk-exception without Composer
On this page you can find all versions of the php package wujunze/dingtalk-exception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wujunze/dingtalk-exception
More information about wujunze/dingtalk-exception
Files in wujunze/dingtalk-exception
Download wujunze/dingtalk-exception
More information about wujunze/dingtalk-exception
Files in wujunze/dingtalk-exception
Vendor wujunze
Package dingtalk-exception
Short Description Laravel exception notify through DingTalk
License MIT
Package dingtalk-exception
Short Description Laravel exception notify through DingTalk
License MIT
Please rate this library. Is it a good library?
Informations about the package dingtalk-exception
dingtalk-exception
Laravel/Lumen exception notify through DingTalk
Inspire And Thanks
cblink/bearychat-exception
wowiwj/ding-notice
Install
composer require wujunze/dingtalk-exception
Add the service provider to the providers
array in config/app.php
:
DingNotice\DingNoticeServiceProvider::class,
publish the config file:
php artisan vendor:publish --provider="DingNotice\DingNoticeServiceProvider"
Usage
fix file app/Exceptions/Handler.php
Config
simple type
All versions of dingtalk-exception with dependencies
PHP Build Version
Package Version
The package wujunze/dingtalk-exception contains the following files
Loading the files please wait ....