Bearychat, as the most convenient robot notification tool, is a godsend.

Bearychat: https://bearychat.com/

So we developed bearychat-Exception to notify the server of exceptions, based on ElfSundae/ laravel-BearyChat for secondary development

It’s also very simple to use

<? php use Cblink\BearychatException\BearychatExceptionHelper; class Handler extends ExceptionHandler { // ... publicfunction report(Exception $exception)
    {
        BearychatExceptionHelper::notify($exception);
        parent::report($exception); }}Copy the code

Effect:

In addition to notification exceptions, you can use BearyChat to call notification methods anywhere else

Welcome to the star,

https://github.com/cblink/bearychat-exception