intop/laravel-exception-notifier

intop

Maintainers

Package info

github.com/fenyoyo/laravel-exception-notifier

pkg:composer/intop/laravel-exception-notifier

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2024-01-31 07:50 UTC

This package is auto-updated.

Last update: 2026-03-29 01:04:13 UTC


README

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

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