melihovv/laravel-log-viewer

A Laravel log viewer

7.0 2020-03-07 15:22 UTC

This package is auto-updated.

Last update: 2024-04-08 01:35:27 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