jhansin/think-log-viewer

thinkphp6 log视图工具

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jhansin/think-log-viewer

1.0.2 2023-10-19 02:19 UTC

This package is auto-updated.

Last update: 2025-10-19 10:21:57 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即可