Skip to content

Commit d2f0890

Browse files
committed
add environment url and url error
1 parent 8d6a1eb commit d2f0890

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/views/error.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<x-mail::message>
2+
## Environment :
3+
# {{ env('APP_URL') ?? "" }}
4+
25
## Error :
36
# {{ $exception ? $exception->getMessage() : "" }}
47

@@ -8,6 +11,9 @@
811
## Line :
912
# {{ $exception ? $exception->getLine() : "" }}
1013

14+
## URL :
15+
# {{ request()->url() ?? "" }}
16+
1117
## Trace :
1218
{{ $exception || $stackTrace ? $stackTrace : "" }}
1319
</x-mail::message>

0 commit comments

Comments
 (0)