PHPackages                             lameck/lexcept - 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. lameck/lexcept

ActiveLibrary

lameck/lexcept
==============

"Exceptions Pages Resource"

1.0(8y ago)012MITHTML

Since Apr 17Pushed 8y agoCompare

[ Source](https://github.com/EuFreela/PL5-Lexcept)[ Packagist](https://packagist.org/packages/lameck/lexcept)[ Docs](https://github.com/EuFreela/PL5-Lexcept)[ RSS](/packages/lameck-lexcept/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

PL5-Lexcept
===========

[](#pl5-lexcept)

### Exception Pages Resource Laravel 5.^

[](#exception-pages-resource-laravel-5)

#### composer-plugin

[](#composer-plugin)

Packager para resource de páginas de erros.

**401**
**404**
**500**

[Assinatura packgerlist](https://packagist.org/packages/lameck/lexcept)

### Instalação

[](#instalação)

```
composer require lameck/lexcept
```

### Configuração

[](#configuração)

Adicione o Provider:

```
Lameck\Lexcept\LexceptServiceProvider::class
```

```
composer dumpautoload
```

App/Exceptions/Handler.php

Adicione as linhas do packager em function render

```
if($this->isHttpException($exception)){
    switch ($exception->getStatusCode()) {
        case 401:
            return response()->view('Lameck\Lexcept::errors.401');
            break;
        case 404:
            return response()->view('Lameck\Lexcept::errors.404');
            break;
        case 500:
            return response()->view('Lameck\Lexcept::errors.500');
            break;
    }
}
return parent::render($request, $exception);
```

---

Teste: **127.0.0.1:8000/hello**

[![](https://camo.githubusercontent.com/ef9b304bdc65c6cdf0ebea61e9cdda3341283c90a7d11d6184b24b2340386e03/68747470733a2f2f7331342e706f7374696d672e63632f6d79617a34746a78742f6c6578636570742e706e67)](https://camo.githubusercontent.com/ef9b304bdc65c6cdf0ebea61e9cdda3341283c90a7d11d6184b24b2340386e03/68747470733a2f2f7331342e706f7374696d672e63632f6d79617a34746a78742f6c6578636570742e706e67)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

2950d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e6c2168719a3bab61702b2a04b724f5729fc0348cbbf2364337d3a03fd72820?d=identicon)[Lameck Fernandes](/maintainers/Lameck%20Fernandes)

---

Top Contributors

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

---

Tags

laravelexceptionspages

### Embed Badge

![Health badge](/badges/lameck-lexcept/health.svg)

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

###  Alternatives

[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90234.6M36](/packages/bugsnag-bugsnag-laravel)[lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

23441.1k](/packages/lsrur-inspector)[tomatophp/filament-cms

Full CMS System with support of importing integrations and multi meta functions

11410.4k4](/packages/tomatophp-filament-cms)

PHPackages © 2026

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