moderntribe/square1-whoops

Integrates the Whoops error handler for display errors during development

Maintainers

Package info

github.com/moderntribe/square1-whoops

pkg:composer/moderntribe/square1-whoops

Transparency log

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

5.0.0 2026-08-03 12:24 UTC

README

In Local Environments (and local environments only), you can enable Whoops Error Messaging.

Whoops provides a cleaner, more helpful interface for viewing errors when they happen, including a clear callstack, server details at the time of the error, preview of the code that errored, and all sorts of other goodies.

To enable Whoops, simply add define( 'WHOOPS_ENABLE', true ); to your local-config.php.