waaseyaa/debug

Debug toolbar, dump helpers, and dev-only diagnostics for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/debug

pkg:composer/waaseyaa/debug

Statistics

Installs: 325

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

v0.1.0-alpha.218 2026-06-16 01:58 UTC

This package is auto-updated.

Last update: 2026-06-16 02:02:35 UTC


README

Layer 6 — Interfaces

Debug toolbar, dump helpers, and dev-only diagnostics for Waaseyaa.

DebugToolbarMiddleware injects a development-only toolbar on HTML responses showing routing, query, and event traces; ErrorPreviewController renders any captured exception in a sandbox page for designer review. All entry points refuse to wire in production environments — the kernel boot guard rejects APP_DEBUG=true outside APP_ENV=local.

Key classes: DebugServiceProvider, DebugToolbarMiddleware, ErrorPreviewController.