This commit is contained in:
knowpia
2022-09-08 15:25:13 +08:00
parent 96a49d1bd6
commit 3e1bb139c3
32 changed files with 2878 additions and 0 deletions

10
config/trace.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
// +----------------------------------------------------------------------
// | Trace设置 开启调试模式后有效
// +----------------------------------------------------------------------
return [
// 内置Html和Console两种方式 支持扩展
'type' => 'Html',
// 读取的日志通道名
'channel' => '',
];