jhansin/think-log-viewer

thinkphp6 log视图工具

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jhansin/think-log-viewer

v1.0.3 2026-02-24 03:28 UTC

This package is auto-updated.

Last update: 2026-02-24 03:31:47 UTC


README

thinkphp6 log日志的视图扩展包

1.配置路由

Route::get('log_view', "\Jhansin\ThinkLogViewer\LogServer@index");

2.运行thinkphp服务

php think run

3.访问浏览器 http://127.0.0.1:8000/log_view即可