Laravel 5 interface to preview, download and delete Laravel log files.
infinety-es/logmanager is a Laravel package for laravel 5 interface to preview, download and delete laravel log files..
It currently has 1 GitHub stars and 85 downloads on Packagist (latest version 2.1).
Install it with composer require infinety-es/logmanager.
Discover more Laravel packages by infinety-es
or browse all Laravel packages to compare alternatives.
Last updated
Laravel 5 interface to preview, download and delete Laravel log files.
Update to parse Log files (Thanks to @rap2hpoutre package)
Via Composer
$ composer require infinety-es/logmanager
Then add the service provider to your config/app.php file:
Infinety\LogManager\LogManagerServiceProvider::class
Add a menu element for it:
[
'label' => "Logs",
'route' => 'admin/log',
'icon' => 'fa fa-terminal',
],
Or just try at your-project-domain/admin/log
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.