LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-enso/logs

Application log management for Laravel Enso

43.649
11
4.6.2
About laravel-enso/logs

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

License Stable Downloads PHP Issues Merge Requests

Description

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.

Installation

Install the package:

composer require laravel-enso/logs

Run the package migrations:

php artisan migrate

Features

  • Log index endpoint.
  • Single-log show and download endpoints.
  • Log deletion endpoint.
  • Simple operational surface under the system namespace.

Usage

The package mounts its routes under system.logs.*.

API

HTTP routes

  • GET api/system/logs
  • DELETE api/system/logs/{log}
  • GET api/system/logs/{log}/download
  • GET api/system/logs/{log}

Depends On

Required Enso packages:

Companion frontend package:

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

Star History Chart