cloudgrayau / whoops
Whoops error handling for Craft CMS
Package info
Type:craft-plugin
pkg:composer/cloudgrayau/whoops
Requires
- php: ^8.0|^8.2
- cloudgrayau/utils: ^1.1
- craftcms/cms: ^4.0|^5.0
- filp/whoops: ^2.18
This package is auto-updated.
Last update: 2026-04-13 23:24:22 UTC
README
Whoops error handling for Craft CMS.
Requirements
This plugin requires Craft CMS 4.0.0 or later.
Installation
composer require cloudgrayau/whoops
whoops Overview
Replaces the default error handling in Craft CMS with whoops (PHP errors for cool kids). This will only occur whilst devMode is enabled for security reasons.
whoops is an error handler framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system - https://github.com/filp/whoops
The plugin comes with two different themes and has the option to load your own custom theme (CSS file) via the plugin settings. If you happen to create any themes that should be included by default, please feel free to submit them.
Brought to you by Cloud Gray Pty Ltd
