brokencube/circuit-middleware-whoops

Whoops Middleware for Circuit

Installs: 3 356

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/brokencube/circuit-middleware-whoops

1.0.2 2018-01-19 10:40 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:40:26 UTC


README

Latest Stable Version

Middleware to add Whoops error handling to a site using Circuit. (Glibly stolen and altered from https://github.com/franzliedke/whoops-middleware)

Basic Usage

$router->registerMiddleware('whoops', new \CircuitMiddleware\Whoops\Whoops);
$router->addPrerouteMiddleware('whoops');