quioteframework/whoops
Composer 安装命令:
composer require quioteframework/whoops
包简介
Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.
README 文档
README
Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.
Install
composer require quioteframework/whoops
Enable
Add the plugin to your app's plugins config key:
'plugins' => [\Quiote\Exception\Rendering\Whoops\WhoopsPlugin::class],
...and set core.developer_exceptions to true in a development environment. Without either, exceptions render via the framework's generic SafeRenderer instead.
License
MIT. See LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-04