https://github.com/melihovv/laravel-log-viewer
Laravel log viewer
https://github.com/melihovv/laravel-log-viewer
laravel laravel-log-viewer log-viewer php
Last synced: about 1 year ago
JSON representation
Laravel log viewer
- Host: GitHub
- URL: https://github.com/melihovv/laravel-log-viewer
- Owner: melihovv
- License: mit
- Created: 2017-01-04T18:28:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T16:36:08.000Z (over 6 years ago)
- Last Synced: 2025-04-12T03:38:03.849Z (about 1 year ago)
- Topics: laravel, laravel-log-viewer, log-viewer, php
- Language: PHP
- Size: 122 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel log viewer
==================
[](https://github.com/melihovv/laravel-log-viewer/actions)
[](https://styleci.io/repos/78041678)
[](https://packagist.org/packages/melihovv/laravel-log-viewer)
[](https://packagist.org/packages/melihovv/laravel-log-viewer)
[](https://packagist.org/packages/melihovv/laravel-log-viewer)
Small log viewer for laravel. Looks like this:

Based on [rap2hpoutre/laravel-log-viewer](https://github.com/rap2hpoutre/laravel-log-viewer).
Enhancements
------------
- navigation to logs in nested folder
- tests
Install
-------
Install via composer
```
composer require melihovv/laravel-log-viewer
```
Add a route in your web routes file:
```php
Route::get('logs', '\Melihovv\LaravelLogViewer\Controller@index');
```
Go to `http://localhost:8000/logs`
Additional
----------
Publish package config if you want to customize default config values or template
```
php artisan vendor:publish --provider="Melihovv\LaravelLogViewerController\ServiceProvider"
```
## Security
If you discover any security related issues, please email amelihovv@ya.ru instead of using the issue tracker.
## Credits
- [Alexander Melihov](https://github.com/melihovv)
- [All contributors](https://github.com/melihovv/laravel-log-viewer/graphs/contributors)