$ composer require bugphix/bugphix-laravel $ php artisan vendor:publish --tag=bugphix-config $ php artisan bugphix:install edit: /app/Exceptions/Handler.php
public function report(Exception $exception) { if (app()->bound('bugphix') && $this->shouldReport($exception)) { app('bugphix')->catchError($exception); } parent::report($exception); } $ php artisan bugphix:test http://localhost:8080/bugphix/issues
For full documentation: https://bugphix-docs.netlify.com
MIT
Copyright (c) 2020, Jeric

