Download the PHP package bugphix/bugphix-laravel without Composer
On this page you can find all versions of the php package bugphix/bugphix-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bugphix/bugphix-laravel
More information about bugphix/bugphix-laravel
Files in bugphix/bugphix-laravel
Download bugphix/bugphix-laravel
More information about bugphix/bugphix-laravel
Files in bugphix/bugphix-laravel
Vendor bugphix
Package bugphix-laravel
Short Description Capture and monitor detailed error logs with nice dashboard and UI.
License MIT
Package bugphix-laravel
Short Description Capture and monitor detailed error logs with nice dashboard and UI.
License MIT
Please rate this library. Is it a good library?
Informations about the package bugphix-laravel
Capture and monitor detailed error logs with nice dashboard and UI
Requirements
Installation
$ composer require bugphix/bugphix-laravel
Publish config files
$ php artisan vendor:publish --tag=bugphix-config
Run artisan installer
$ php artisan bugphix:install
Application usage
edit: /app/Exceptions/Handler.php
public function report(Exception $exception)
{
if (app()->bound('bugphix') && $this->shouldReport($exception)) {
app('bugphix')->catchError($exception);
}
parent::report($exception);
}
Test Command
$ php artisan bugphix:test
View admin dashboard
http://localhost:8080/bugphix/issues
For full documentation: https://bugphix-docs.netlify.com
License
MIT
Copyright (c) 2020, Jeric
All versions of bugphix-laravel with dependencies
PHP Build Version
Package Version
The package bugphix/bugphix-laravel contains the following files
Loading the files please wait ....