定制 laxmidhar/log-lens 二次开发

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

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

laxmidhar/log-lens

最新稳定版本:v1.0.3

Composer 安装命令:

composer require laxmidhar/log-lens

包简介

A beautiful, scalable Laravel log viewer package

README 文档

README

Latest Version on Packagist Total Downloads PHP Laravel License

Log Lens is a browser-based Laravel log viewer. It reads directly from storage/logs, streams files of any size without memory issues, and ships with a fully standalone dark UI that won't interfere with your application's frontend.

Log Lens

Installation

composer require laxmidhar/log-lens
php artisan vendor:publish --tag=loglens-assets

Visit /logs.

Configuration

Publish the config:

php artisan vendor:publish --tag=loglens-config
// config/loglens.php
return [
    'route_prefix' => 'logs',     // e.g. 'admin/logs'
    'middleware'   => ['web'],
    'max_entries'  => 500,
    'chunk_size'   => 8192,
];

Customizing Views

php artisan vendor:publish --tag=loglens-views

Published to resources/views/vendor/loglens/.

Security

Log files can expose sensitive application data. In production, always restrict access:

'middleware' => ['web', 'auth'],

License

MIT — Laxmidhar Maharana

统计信息

  • 总下载量: 11
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固