krishnakodoth / log-editor
Laravel view for manage log files
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-12-11 18:35:52 UTC
README
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