jhansin/think-log-viewer

thinkphp6 log视图工具

1.0.2 2023-10-19 02:19 UTC

This package is auto-updated.

Last update: 2024-09-19 07:35:55 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即可