☂️ Exception Messaging Package For Laravel
Make exception Grate again 💪
DingTalk Bot
composer require "sliverwing/laravel-exception-reporter"
Sliverwing\ExceptionReporter\ExceptionReporterServiceProvider::class
to app.phpphp artisan vendor:publish --provider=ExceptionReporterServiceProvider
config/exception-reporter.php
php artisan exp-reporter
test
or php artisan exp-reporter
test
to test outedit 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;
php artisan queue:work --tries=1