PHPackages                             netvibes/publicerrormessage - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. netvibes/publicerrormessage

ActiveProject[Debugging &amp; Profiling](/categories/debugging)

netvibes/publicerrormessage
===========================

Handles laravel error messages when debug is off.

050PHP

Since Jun 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/NVDelano/Publicerrormessage)[ Packagist](https://packagist.org/packages/netvibes/publicerrormessage)[ RSS](/packages/netvibes-publicerrormessage/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

DataTableHandler-VP
===================

[](#datatablehandler-vp)

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

[](#installation)

Run `composer require netvibes/publicerrormessage`

Add to handler.php

```
    use Netvibes\Publicerrormessage\PublicErrorMessageService;

    public function render($request, Throwable $exception)
    {
        if (!config('app.debug')){
            $ErrrorResponse = PublicErrorMessageService::processErrors($request, $exception);
            if ($ErrrorResponse) {
                return $ErrrorResponse;
            }
        }

        return parent::render($request, $exception);
    }
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/238ab8fe42a9948bfe68e4b6802a91967286cc970ba571689485ff65113e0df8?d=identicon)[NVDelano](/maintainers/NVDelano)

---

Top Contributors

[![NVDelano](https://avatars.githubusercontent.com/u/104028877?v=4)](https://github.com/NVDelano "NVDelano (4 commits)")

### Embed Badge

![Health badge](/badges/netvibes-publicerrormessage/health.svg)

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

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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