PHPackages                             creativeorange/pretty-error-pages - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. creativeorange/pretty-error-pages

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

creativeorange/pretty-error-pages
=================================

v10.0.0(3y ago)02.6k↓91.7%BladePHP ^8.0

Since Oct 5Pushed 3y ago2 watchersCompare

[ Source](https://github.com/creativeorange/pretty-error-pages)[ Packagist](https://packagist.org/packages/creativeorange/pretty-error-pages)[ RSS](/packages/creativeorange-pretty-error-pages/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

pretty-error-pages
==================

[](#pretty-error-pages)

App/Exceptions/Handler.php

```
    public function render($request, Throwable $e)
    {
        if ($this->isHttpException($e)) {
            Route::any(request()->path(), function () use ($e, $request) {
                return parent::render($request, $e);
            })->middleware(config('pretty-error-pages.middleware'));
            return app()->make(Kernel::class)->handle($request);
        } else {
            return parent::render($request, $e);
        }
    }
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~46 days

Recently: every ~125 days

Total

12

Last Release

1225d ago

Major Versions

v7.4.0 → v8.0.02021-10-12

v7.4.3 → v8.0.12021-10-12

v7.4.4 → v8.0.22021-10-13

v8.0.2 → v9.0.02022-04-14

v9.0.0 → v10.0.02023-02-24

PHP version history (2 changes)v7.4.0PHP ^7.4

v8.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/09c2af1aacfc3f405a56c5532985cb3b18f44520f24d9e2345d3a66acfc610ea?d=identicon)[creativeorange](/maintainers/creativeorange)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/creativeorange-pretty-error-pages/health.svg)

```
[![Health](https://phpackages.com/badges/creativeorange-pretty-error-pages/health.svg)](https://phpackages.com/packages/creativeorange-pretty-error-pages)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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