kllxs / exception
Webman plugin kllxs/exception
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kllxs/exception
README
😘 Webman 简 易 报 错 页 面 Webman plugin 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" ];
例子
结果