PHPackages                             bugphix/bugphix-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. bugphix/bugphix-laravel

ActiveLibrary[Admin Panels](/categories/admin)

bugphix/bugphix-laravel
=======================

Capture and monitor detailed error logs with nice dashboard and UI.

v1.5.4(5y ago)1175.6k10[11 PRs](https://github.com/bugphix/bugphix-laravel/pulls)MITHTMLPHP &gt;=7.0.0

Since Mar 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bugphix/bugphix-laravel)[ Packagist](https://packagist.org/packages/bugphix/bugphix-laravel)[ RSS](/packages/bugphix-bugphix-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (24)Used By (0)

[![Bugphix logo](https://github.com/bugphix/documentation/raw/master/assets/big-logo.png)](https://github.com/bugphix/bugphix-laravel)

 [![Build Status](https://camo.githubusercontent.com/d6a17c77f26cc65dfc95115a462352e8d5fbb030d5010c2ae35bac4bd3692e60/68747470733a2f2f636972636c6563692e636f6d2f67682f627567706869782f627567706869782d6c61726176656c2e7376673f7374796c653d736869656c64)](https://circleci.com/gh/bugphix/bugphix-laravel) [![MIT License](https://camo.githubusercontent.com/7c124530b7c185c6928998842a1a52ed4bfd21071bf67db8f325f470cc3160a3/68747470733a2f2f696d672e736869656c64732e696f2f61706d2f6c2f61746f6d69632d64657369676e2d75692e7376673f)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [![GitHub last commit](https://camo.githubusercontent.com/df4e78127e23dbeb20da32b58417d35a395eff55a9dd5a70737c1cd19783420d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f676f6f676c652f736b69612e7376673f7374796c653d666c6174)](#) [![](https://camo.githubusercontent.com/7f8cee3656ebee78699563210e0362ae77dc119264f2edcdc563221fd0fb0bd1/68747470733a2f2f62616467656e2e6e65742f62616467652f747769747465722f406c61726176656c61727469636c652f3144413146323f69636f6e266c6162656c)](https://twitter.com/laravelarticle) [![](https://camo.githubusercontent.com/44c8929947e2d794413952cd3b9e416c360782412c17ea38b11aea1fd7db170c/68747470733a2f2f62616467656e2e6e65742f62616467652f66616365626f6f6b2f6c61726176656c61727469636c652f336235393938)](https://facebook.com/laravelarticle) [ ![](https://camo.githubusercontent.com/f6772bc8b9bf24e9792c6df58731004144d0b4b3aba440ba43cd73042cbac43b/68747470733a2f2f6d616465776974686c61726176656c2e636f6d2f73746f726167652f7265706f2d736869656c64732f323232392d736869656c642e737667)](https://madewithlaravel.com/p/bugphix/shield-link "MadeWithLaravel.com Shield")

### Capture and monitor detailed error logs with nice dashboard and UI

[](#capture-and-monitor-detailed-error-logs-with-nice-dashboard-and-ui)

[![Dashboard gif](https://github.com/bugphix/documentation/raw/master/assets/dashboard.gif)](https://github.com/bugphix/documentation/blob/master/assets/dashboard.gif)

#### Requirements

[](#requirements)

- [Check Laravel 6 requirements](https://laravel.com/docs/6.x#server-requirements)
- [Check Laravel 7 requirements](https://laravel.com/docs/7.x#server-requirements)

Installation
------------

[](#installation)

```
$ composer require bugphix/bugphix-laravel

```

### Publish config files

[](#publish-config-files)

```
$ php artisan vendor:publish --tag=bugphix-config

```

### Run artisan installer

[](#run-artisan-installer)

```
$ php artisan bugphix:install

```

### Application usage

[](#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

[](#test-command)

```
$ php artisan bugphix:test

```

### View admin dashboard

[](#view-admin-dashboard)

For full documentation: [](https://bugphix-docs.netlify.com?ref=github)

License
-------

[](#license)

MIT

Copyright (c) 2020, Jeric

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Recently: every ~24 days

Total

12

Last Release

2147d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7bb4a801b961bb65c544de4dc0a469518237d40f1c252a48677166a69befcb3?d=identicon)[jericizon](/maintainers/jericizon)

---

Top Contributors

[![jericizon](https://avatars.githubusercontent.com/u/8746166?v=4)](https://github.com/jericizon "jericizon (70 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![jericoffeo](https://avatars.githubusercontent.com/u/79187023?v=4)](https://github.com/jericoffeo "jericoffeo (16 commits)")[![rakshitbharat](https://avatars.githubusercontent.com/u/17176729?v=4)](https://github.com/rakshitbharat "rakshitbharat (4 commits)")

---

Tags

bugphixbugphix-laravelcapturedashboarderrorerror-catchererror-handlererror-loggererror-managererror-monitoringerror-viewererror-watcherlaravellaravel-bugphixlaravel-errormonitorself-hostederrorerror-handlererror-monitoringlaravel-errorerror managererror loggerbugphixbugphix-laravellaravel-bugphixerror-catchererror-watchererror-viewer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bugphix-bugphix-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/bugphix-bugphix-laravel/health.svg)](https://phpackages.com/packages/bugphix-bugphix-laravel)
```

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M268](/packages/sentry-sentry)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M204](/packages/backpack-crud)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M153](/packages/sentry-sentry-laravel)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

327134.8M151](/packages/sentry-sdk)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
