intop/laravel-exception-notifier

1.0.0 2024-01-31 07:50 UTC

This package is auto-updated.

Last update: 2025-06-29 02:17:51 UTC


README

$enableEmailExceptions = config('exceptions.enable');

if ($enableEmailExceptions) {
    FeishuExceptionNotify::send($exception);
}