Capture and monitor detailed error logs with nice dashboard and UI.
bugphix/bugphix-laravel is a Laravel package for capture and monitor detailed error logs with nice dashboard and ui..
It currently has 117 GitHub stars and 5.569 downloads on Packagist (latest version v1.5.4).
Install it with composer require bugphix/bugphix-laravel.
Discover more Laravel packages by bugphix
or browse all Laravel packages to compare alternatives.
Last updated

$ 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