2017 © Pedro Peláez
 

laravel log-editor

Laravel view for manage log files

image

krishnakodoth/log-editor

Laravel view for manage log files

  • Wednesday, March 8, 2017
  • by krishnakodoth
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

logEditor

Laravel Project Log editor, (*1)

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), (*2)

Install (Laravel)

Install via composer, (*3)

composer require krishnakodoth/log-editor=dev-master

Add Service Provider to config/app.php in providers section, (*4)

KrishnaKodoth\LogEditor\LogEditorServiceProvider::class,

Add a route in your web routes file:, (*5)

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

Go to http://your-app/get/logs or some other route, (*6)

The Versions

08/03 2017

dev-master

9999999-dev

Laravel view for manage log files

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Krishnaprasad K

log logging log-viewer log-reader log-editor