Skip to content

melihovv/laravel-log-viewer

Repository files navigation

Laravel log viewer

GitHub Workflow Status styleci

Packagist Packagist Packagist

Small log viewer for laravel. Looks like this:

screenshot

Based on rap2hpoutre/laravel-log-viewer.

Enhancements

  • navigation to logs in nested folder
  • tests

Install

Install via composer

composer require melihovv/laravel-log-viewer

Add a route in your web routes file:

Route::get('logs', '\Melihovv\LaravelLogViewer\Controller@index');

Go to http://localhost:8000/logs

Additional

Publish package config if you want to customize default config values or template

php artisan vendor:publish --provider="Melihovv\LaravelLogViewerController\ServiceProvider"

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits