Krato / LogManager by Krato1

Laravel 5 interface to preview, download and delete Laravel log files.
82
1
4
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-04-18 03:00:59
Package Statistics
Total Downloads: 82
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Infinety LogManager

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Laravel 5 interface to preview, download and delete Laravel log files.

V2

Update to parse Log files (Thanks to @rap2hpoutre package)

Install

Via Composer

$ composer require infinety-es/logmanager

Then add the service provider to your config/app.php file:

Infinety\LogManager\LogManagerServiceProvider::class

Usage

Add a menu element for it:

[
    'label' => "Logs",
    'route' => 'admin/log',
    'icon' => 'fa fa-terminal',
],

Or just try at your-project-domain/admin/log

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.