Skip to content
Snippets Groups Projects
Commit 58d4a712 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Wenn die App im Debug Modus ist, werden die Errormeldungen wieder ausgegeben

parent a75bfa00
No related branches found
No related tags found
2 merge requests!111Development,!107Resolve "Produktsuche mit site: funktioniert nicht"
...@@ -5,4 +5,7 @@ ...@@ -5,4 +5,7 @@
@section('content') @section('content')
<h1>{{ trans('500.1') }}</h1> <h1>{{ trans('500.1') }}</h1>
<p>{{ trans('500.2') }}</p> <p>{{ trans('500.2') }}</p>
@if( config('app.debug') )
<pre>{{ $exception }}</pre>
@endif
@endsection @endsection
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment