laravel-exception-notify
laravel-exception-notify copied to clipboard
Monitor exception and report it to notification channels(Dump、Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pus...
I am using `guanguans/notify`: `^2.4`. However, after using this package, it shows a dependency conflict. I realized that the package is using `^1.28`. So, I can only use version 1.28...
**Describe the bug** 执行 composer require guanguans/laravel-exception-notify --ansi -v 后: >Generating optimized autoload files > post-autoload-dump: Illuminate\Foundation\ComposerScripts::postAutoloadDump PHP Fatal error: Cannot redeclare make() (previously declared in /var/www/html/vendor/guanguans/laravel-exception-notify/src/Support/helpers.php:28) in /var/www/html/tests/helpers.php on...