laravel-ux / errors
Polished, customizable HTTP error pages for Laravel.
Requires
- php: ^8.3
- laravel/framework: ^13.0
- laravel/head: ^0.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-11 19:58:47 UTC
README
Introduction
Laravel UX Errors provides polished HTTP error pages while preserving Laravel's native rendering conventions.
Application views take precedence over package fallbacks, common status codes are covered out of the box, and
generic 4xx and 5xx pages handle the remaining responses.
The independent layout follows the application's fonts and frontend assets without requiring the Laravel UX UI package. Laravel Head provides the page title, viewport, and non-indexable robots metadata while preserving the application's global head defaults.
The package includes Laravel Boost guidance for supported AI coding agents working with HTTP error rendering and application overrides.
Documentation
Documentation for Laravel UX Errors can be found on the Laravel UX website.
License
Laravel UX Errors is open-sourced software licensed under the MIT license.