anthonymacs/http-errors
Composer 安装命令:
composer require anthonymacs/http-errors
包简介
Beautiful, customizable HTTP error pages for Laravel
README 文档
README
Beautiful, customizable HTTP error pages for Laravel applications. Replace Laravel's default error screens with clean, user-friendly views — in seconds.
Features
- Clean, modern error page designs
- Drop-in install — zero configuration needed
- Fully publishable and customizable views
- Covers all common HTTP error codes
- Easy to style to match your app's branding
Included Error Pages
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 419 | Page Expired |
| 429 | Too Many Requests |
| 500 | Internal Server Error |
| 503 | Service Unavailable |
Installation
Dev / latest:
composer require anthonymacs/http-errors dev-main
Publish Error Views
php artisan vendor:publish --tag=http-errors-views
This copies all error views into your project at:
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-07