Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)