Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.

Maintainers

Package info

github.com/quioteframework/whoops

Issues

pkg:composer/quioteframework/whoops

Transparency log

Statistics

Installs: 1

Dependents: 1

Suggesters: 1

Stars: 0

dev-main 2026-07-04 13:58 UTC

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.