laravel-enso/logs is a Laravel package for application log management for laravel enso.
It currently has 11 GitHub stars and 43.649 downloads on Packagist (latest version 4.6.2).
Install it with composer require laravel-enso/logs.
Discover more Laravel packages by laravel-enso
or browse all Laravel packages to compare alternatives.
Last updated
Logs provides Enso endpoints for browsing, downloading, showing, and deleting application log files.
The package exposes a compact log-management API over the application's log storage and is meant to back the corresponding Enso administration screen.
It is an operational helper package, not a general-purpose logging driver.
Install the package:
composer require laravel-enso/logs
Run the package migrations:
php artisan migrate
The package mounts its routes under system.logs.*.
GET api/system/logsDELETE api/system/logs/{log}GET api/system/logs/{log}/downloadGET api/system/logs/{log}Required Enso packages:
Companion frontend package:
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!