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
Requires
- php: >=8.0.0
Requires (Dev)
- laravel/framework: >=9.0
This package is auto-updated.
Last update: 2025-12-29 03:54:58 UTC
README
$enableEmailExceptions = config('exceptions.enable'); if ($enableEmailExceptions) { FeishuExceptionNotify::send($exception); }