melihovv/laravel-log-viewer

A Laravel log viewer

Maintainers

Package info

github.com/melihovv/laravel-log-viewer

pkg:composer/melihovv/laravel-log-viewer

Statistics

Installs: 31 495

Dependents: 2

Suggesters: 0

Stars: 10

Open Issues: 0

7.0 2020-03-07 15:22 UTC

This package is auto-updated.

Last update: 2026-03-08 05:26:53 UTC


README

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 amelihovv@ya.ru instead of using the issue tracker.

Credits