Beautiful, branded production error and exception pages for Laravel that complement Ignition — it renders the end-user page, Ignition keeps the dev debug page, your reporting tools keep the report pipeline.
Adapts to the caller's context and front-end stack — Blade (web), RFC 7807 JSON (API), Inertia/Vue/React (SPA), and Filament/Nova panels — progressively enhanced and fully configurable. Runs on Laravel ^13.0, PHP ^8.4.1 || ^8.5. The framework-agnostic rendering engine lives in an illuminate-free Core\ namespace within the package.
composer require laranail/error-pagesIt self-registers and takes over production-style error responses out of the box (dev 500s still show Ignition). Publish the config to customise:
php artisan vendor:publish --tag=laranail::error-pages-configHosted at https://opensource.simtabi.com/documentation/laranail/error-pages/.
- Installation — install, publish, verify.
- Getting started — the mental model and first customisations.
- Configuration — every config key.
- Architecture — the two hook paths and the framework-agnostic core.
- Coexistence — how it sits beside Ignition, Sentry, Flare, Bugsnag.
- Stacks — the front-end stacks and custom drivers.
- The
ErrorPagesDSL — the fluent runtime API. - Preview — the preview route and command.
- Customising brand and theme
- Managing content
- Overriding an error view
- API error responses
- Inertia and SPA error pages
- Livewire error pages
- Assets and progressive enhancement
- Skipping and passthrough
- Testing against error pages
MIT © Simtabi LLC. See LICENSE.