moderntribe / square1-whoops
Integrates the Whoops error handler for display errors during development
4.2.3
2025-12-02 19:20 UTC
Requires
- php: >=7.4
- filp/whoops: ^2.2@dev
- moderntribe/square1-container: ^4.2.3
This package is auto-updated.
Last update: 2026-03-02 19:54:06 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.