定制 laravel-enso/logmanager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laravel-enso/logmanager

最新稳定版本:4.6.2

Composer 安装命令:

composer require laravel-enso/logmanager

包简介

Application log management for Laravel Enso

README 文档

README

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!

统计信息

  • 总下载量: 16.87k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 5
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 4
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-20