bearychat 做爲最方便的機器人通知工具,簡直神器。php
bearychat 官網:https://bearychat.com/laravel
因而咱們開發了 bearychat-exception 來通知服務器異常,基於 ElfSundae/laravel-bearychat 進行二次開發git
使用也很是簡單github
<?php
use Cblink\BearychatException\BearychatExceptionHelper;
class Handler extends ExceptionHandler
{
// ...
public function report(Exception $exception)
{
BearychatExceptionHelper::notify($exception);
parent::report($exception);
}
}
複製代碼
效果圖:bash
除了通知異常,你也能夠在其餘任何地方使用 bearychat 調用通知方法服務器
歡迎來 star工具
https://github.com/cblink/bearychat-exceptionspa