Laravel Log Viewer
by Rap2h
Volver
@foreach($files as $file)
{{$file}}
@endforeach
@if ($logs === null)
Tamaño superior a >50M, por favor descargue el archivo.
@else
Nivel
Fecha
Contenido
@foreach($logs as $key => $log)
{{$log['level']}}
{{{$log['date']}}}
@if ($log['stack'])
@endif {{{$log['text']}}} @if ($log['in_file'] !== null)
{{{$log['in_file']}}}@endif @if ($log['stack'])
{{{ trim($log['stack']) }}}
@endif
@endforeach
@endif
Descargar archivo
-
Borrar archivo