krishnakodoth / logEditor by krishnakodoth

Laravel view for manage log files
39
0
1
Package Data
Maintainer Username: krishnakodoth
Maintainer Contact: krishnanova@gmail.com (Krishnaprasad K)
Package Create Date: 2017-03-08
Package Last Update: 2017-03-08
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:03:54
Package Statistics
Total Downloads: 39
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

logEditor

Laravel Project Log editor Laravel 5 log viewer

TL;DR

The best (IMO) LogEditor for Laravel 5 .Install with composer, create a route to LogViewController. No public assets, no vendor routes, works with and/or without log rotate. Inspired by rap2hpoutre (https://github.com/rap2hpoutre/laravel-log-viewer)

Install (Laravel)

Install via composer

composer require krishnakodoth/log-editor=dev-master

Add Service Provider to config/app.php in providers section

KrishnaKodoth\LogEditor\LogEditorServiceProvider::class,

Add a route in your web routes file:

Route::get('/get/logs','KrishnaKodoth\LogEditor\LogEditorController@getLogEditor');

Go to http://your-app/get/logs or some other route