intop / laravel-exception-notifier
intop
1.0.0
2024-01-31 07:50 UTC
Requires
- php: >=8.0.0
Requires (Dev)
- laravel/framework: >=9.0
This package is auto-updated.
Last update: 2025-06-29 02:17:51 UTC
README
$enableEmailExceptions = config('exceptions.enable'); if ($enableEmailExceptions) { FeishuExceptionNotify::send($exception); }