簡(jiǎn)易報(bào)錯(cuò)頁(yè)面

v0.0.1
版本
2024-10-18
版本更新時(shí)間
21
安裝
0
star
簡(jiǎn)介
簡(jiǎn)易報(bào)錯(cuò)頁(yè)面
安裝
composer require kllxs/exception
使用
設(shè)置 config/exception.php
文件
return [
// '' => support\exception\Handler::class,
'' => Kllxs\Exception\Handler::class
];
config/plugin/kllxs/exception/app.php
文件配置說(shuō)明
return [
'enable' => true, // 開啟
// 模板路徑
'template' => base_path()
. DIRECTORY_SEPARATOR . "vendor"
. DIRECTORY_SEPARATOR . "kllxs"
. DIRECTORY_SEPARATOR . "exception"
. DIRECTORY_SEPARATOR . "src"
. DIRECTORY_SEPARATOR . "template.html"
];
效果圖(可選)
錯(cuò)誤代碼
結(jié)果