sliverwing/exception-reporter-laravel is a Laravel package.
It currently has 2 GitHub stars and 36 downloads on Packagist (latest version v0.2.5).
Install it with composer require sliverwing/exception-reporter-laravel.
Discover more Laravel packages by sliverwing
or browse all Laravel packages to compare alternatives.
Last updated
Make exception Grate again 💪
composer require "sliverwing/laravel-exception-reporter"Sliverwing\ExceptionReporter\ExceptionReporterServiceProvider::class to app.phpphp artisan vendor:publish --provider=ExceptionReporterServiceProviderconfig/exception-reporter.phpphp artisan exp-reporter:dingtalk-bot:test or php artisan exp-reporter:mail:test to test outapp\Exceptions\Handler.php
<?php
namespace App\Exceptions;
use Exception;
use Illuminate\Auth\AuthenticationException;
// use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use \Sliverwing\ExceptionReporter\ExceptionHandler;
php artisan queue:work --tries=1