Skip to content

Commit 724eff5

Browse files
committed
wip
1 parent eb61685 commit 724eff5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

errors.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,8 @@ Laravel makes it easy to display custom error pages for various HTTP status code
198198
You may publish Laravel's default error page templates using the `vendor:publish` Artisan command. Once the templates have been published, you may customize them to your liking:
199199

200200
php artisan vendor:publish --tag=laravel-errors
201+
202+
<a name="fallback-http-error-pages"></a>
203+
#### Fallback HTTP Error Pages
204+
205+
You may also define a "fallback" error page for a given series of HTTP status codes. This page will be rendered if there is not a corresponding page for the specific HTTP status code that occurred. To accomplish this, define a `4xx.blade.php` template and a `5xx.blade.php` template in your application's `resources/views/errors` directory.

0 commit comments

Comments
 (0)