return [
'end_point' => YOUR_ROCKET_CHAT_CHANNEL_URL_WITH_TOKEN,
'channel_name' => YOUR_ROCKET_CHAT_CHANNEL_Name,
];
use Novaday\Debugher\Logger;
resolve(Logger::class)
->fromUser(auth()->user())
->withIp(request()->ip())
->withException($exception)
->send();