intop/laravel-exception-notifier

intop

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/intop/laravel-exception-notifier

1.0.0 2024-01-31 07:50 UTC

This package is auto-updated.

Last update: 2025-12-29 03:54:58 UTC


README

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

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