| 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: | 2025-10-27 03:19:54 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 31,458 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 10 | 
| Total Watchers: | 1 | 
| Total Forks: | 5 | 
| Total Open Issues: | 0 | 
Small log viewer for laravel. Looks like this:

Based on rap2hpoutre/laravel-log-viewer.
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
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
If you discover any security related issues, please email amelihovv@ya.ru instead of using the issue tracker.