Package Data | |
---|---|
Maintainer Username: | Krato1 |
Maintainer Contact: | hello@infinety.es (Infinety) |
Package Create Date: | 2015-11-17 |
Package Last Update: | 2016-02-01 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:17:27 |
Package Statistics | |
---|---|
Total Downloads: | 82 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.