簡易報錯頁面

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