sliverwing / exception-reporter-laravel
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sliverwing/exception-reporter-laravel
Requires
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2025-09-28 07:21:11 UTC
README
Make exception Grate again 💪
Current Support:
- DingTalk Bot
Usage:
composer require "sliverwing/laravel-exception-reporter"
- add
Sliverwing\ExceptionReporter\ExceptionReporterServiceProvider::class
to app.php - run
php artisan vendor:publish --provider=ExceptionReporterServiceProvider
- edit
config/exception-reporter.php
- run
php artisan exp-reporter:dingtalk-bot:test
orphp artisan exp-reporter:mail:test
to test out - edit
app\Exceptions\Handler.php
<?php namespace App\Exceptions; use Exception; use Illuminate\Auth\AuthenticationException; // use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use \Sliverwing\ExceptionReporter\ExceptionHandler;
- run
php artisan queue:work --tries=1