quioteframework / whoops
Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.
dev-main
2026-07-04 13:58 UTC
Requires
- php: >=8.5.0
- filp/whoops: ^2.18
- quioteframework/quiote: *
This package is auto-updated.
Last update: 2026-07-05 17:07:43 UTC
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.