cloudgrayau/whoops

Whoops error handling for Craft CMS

Maintainers

Package info

github.com/cloudgrayau/whoops

Documentation

Type:craft-plugin

pkg:composer/cloudgrayau/whoops

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-04-13 23:10 UTC

This package is auto-updated.

Last update: 2026-04-13 23:24:22 UTC


README

Whoops error handling for Craft CMS.

Screenshot

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