Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tal7aouy/laravel-custom-errors
⚡️ This Package makes it easy to display custom error pages for various HTTP status codes.
https://github.com/tal7aouy/laravel-custom-errors
errors http-error-pages http-errors laravel laravel-error laravel-framework
Last synced: 3 months ago
JSON representation
⚡️ This Package makes it easy to display custom error pages for various HTTP status codes.
- Host: GitHub
- URL: https://github.com/tal7aouy/laravel-custom-errors
- Owner: tal7aouy
- License: mit
- Created: 2022-03-30T12:51:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T13:05:06.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T11:45:22.409Z (4 months ago)
- Topics: errors, http-error-pages, http-errors, laravel, laravel-error, laravel-framework
- Language: Blade
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Errors
This Package makes it easy to display custom error pages for various HTTP status codes. you can also use the one in laravel [Custom HTTP Error Pages](https://laravel.com/docs/9.x/errors#custom-http-error-pages)
⚡️ Install :
```sh
composer require tal7aouy/errors
```✅ Usage:
This package is very generic and simply publishes some files to your Laravel app.
```sh
php artisan vendor:publish
```
![usage](./screen.png)
## License[MIT © License](LICENSE)