You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: errors.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,6 @@ Laravel makes it easy to display custom error pages for various HTTP status code
156
156
157
157
<h2>{{ $exception->getMessage() }}</h2>
158
158
159
-
You may also publish the error pages which ship with Laravel and customize them to your liking:
159
+
You may publish Laravel's error page templates using the `vendor:publish` Artisan command. Once the templates have been published, you may customize them to your liking:
0 commit comments