charrua/laravel-nice-error-pages
最新稳定版本:v1.0.0
Composer 安装命令:
composer require charrua/laravel-nice-error-pages
包简介
Error pages for the Laravel Framework
README 文档
README
Back with the release of Laravel 5.7, Steve Schoger created illustrations for the common error pages like 403, 404, 500, and 503. Each one was included in the core as an SVG.
This package allows to use them on Laravel 6,7,8 & 9 🚀
Add package to your Laravel project:
composer require charrua/laravel-nice-error-pages
Publish vendor files:
php artisan vendor:publish --provider="Charrua\Errors\ErrorsServiceProvider"
This will create a folder in public/svg with the illustrations and another folder in views/errors with blade error pages. You can customize them as you want.
Enjoy 🤗
Note: This package is a fork of laravelcollective/errors. Originally created by Matt Lantz.
Send some love
To keep working and maintainig this free package please consider buying me a coffee. Thank you ✌️
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-21
