dwebly / debugger
0.2.2
2022-12-15 02:02 UTC
Requires
- google/cloud-logging: ^1.24
README
Dwebly debugger 是为 Dwebly 的微服务应用程序提供的调试和日志记录工具。
要求
Dwebly debugger 需要安装 google/cloud-logging ^1.24
来运行。
安装
安装包
composer require dwebly/debugger
要启用 Google Cloud Logging 的日志记录
在 app\Http\Kernel.php
中注册中间件
protected $middleware = [
...
\Dwebly\Debugger\Middleware\LoggingRequest::class,
...
];
许可证
专有