melihovv / laravel-log-viewer by melihovv

A Laravel log viewer
31,327
10
2
Package Data
Maintainer Username: melihovv
Maintainer Contact: amelihovv@ya.ru (Alexander Melihov)
Package Create Date: 2017-01-04
Package Last Update: 2020-03-07
Language: PHP
License: MIT
Last Refreshed: 2024-03-28 03:00:14
Package Statistics
Total Downloads: 31,327
Monthly Downloads: 62
Daily Downloads: 0
Total Stars: 10
Total Watchers: 2
Total Forks: 5
Total Open Issues: 0

Laravel log viewer

Build Status styleci SensioLabsInsight Scrutinizer Code Quality Coverage Status

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 Service Provider to config/app.php in providers section (it is optional step if you use laravel>=5.5 with package auto discovery feature)

Melihovv\LaravelLogViewer\LaravelLogViewerServiceProvider::class,

Add a route in your web routes file:

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

Go to http://myapp/logs

Additional

Publish package config if you want customize default values

php artisan vendor:publish --tag=config

If you want customize package view

php artisan vendor:publish --tag=views

Security

If you discover any security related issues, please email amelihovv@ya.ru instead of using the issue tracker.

Credits