Skip to content

Commit

Permalink
[11.x] Update error page to show GET <path> (#51837)
Browse files Browse the repository at this point in the history
* Update context.blade.php

* Update Exception.php

* Update context.blade.php

* formatting

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
chu121su12 and taylorotwell authored Jun 20, 2024
1 parent a4bc958 commit 7a348b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div class="mt-2">
<span>{{ $exception->request()->method() }}</span>
<span class="text-gray-500">{{ $exception->request()->httpHost() }}</span>
<span class="text-gray-500">{{ Illuminate\Support\Str::start($exception->request()->path(), '/') }}</span>
</div>

<div class="mt-4">
Expand Down

0 comments on commit 7a348b3

Please sign in to comment.