PHPackages                             neomusic/laravel-section-error-views - 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. neomusic/laravel-section-error-views

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

neomusic/laravel-section-error-views
====================================

Multi section error handle views

1.0.0(9y ago)342MITPHP

Since Jul 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/neomusic/laravel-section-error-views)[ Packagist](https://packagist.org/packages/neomusic/laravel-section-error-views)[ RSS](/packages/neomusic-laravel-section-error-views/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Section Error Views
===========================

[](#laravel-section-error-views)

This package is usefull if your project have multi sections with different views
--------------------------------------------------------------------------------

[](#this-package-is-usefull-if-your-project-have-multi-sections-with-different-views)

for example: In your project you have two sections `backend` and `frontend, each section have different views for handle error

backend -&gt; `resources/views/backend/errors`

frontend -&gt; `resources/views/frontend/errors`

However, if an exception is thrown but not the view exists for that section? **Don't worry**

The generic view will continue to exist, as well as the response in json in case of an API is called

\##install

- `composer require neomusic/laravel-section-error-views`
- go to `app/Exceptions/Handler` and extends this class with `NeoMusic\LaravelSectionErrorViews\Exceptions\SectionHandler`
- implement function `sectionRender` with your criteria for example:

    ```
    public function sectionRender($request,Exception $e)
      {
        if($request->is('admin/*')) {
          $this->renderBackoffice($request, $e);
        } else {
          $this->renderFrontend($request, $e);
        }
      }

    ```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

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

3627d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9082531?v=4)[Giuseppe Aremare](/maintainers/neomusic)[@neomusic](https://github.com/neomusic)

---

Top Contributors

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

---

Tags

laravelexceptionmulti-sectionbackend-error-viewsfrontend-error-views

### Embed Badge

![Health badge](/badges/neomusic-laravel-section-error-views/health.svg)

```
[![Health](https://phpackages.com/badges/neomusic-laravel-section-error-views/health.svg)](https://phpackages.com/packages/neomusic-laravel-section-error-views)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[firefly-iii/data-importer

Firefly III Data Import Tool.

8005.8k](/packages/firefly-iii-data-importer)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

98145.2k3](/packages/nickurt-laravel-akismet)[creasi/laravel-nusa

A Laravel package that aim to provide Indonesia' Administrative Data

997.7k2](/packages/creasi-laravel-nusa)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1319.7k3](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

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

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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