Whoops
CakePHP 3 plugin to support Whoops sexy PHP error handling
Install / Use
/learn @gourmet/WhoopsREADME
Whoops
Built to seamlessly integrate Whoops with CakePHP 3.
Install
Using Composer:
composer require gourmet/whoops:~1.0
As this plugin only offers a Whoops handler for CakePHP, there is no need to
enable it per se. You only need to configure that handler instead of Cake's own
ErrorHandler by replacing the following line in bootstrap.php:
(new ErrorHandler(Configure::read('Error')))->register();
with the Whoops handler:
(new \Gourmet\Whoops\Error\WhoopsHandler(Configure::read('Error')))->register();
That's it!
License
Copyright (c)2015, Jad Bitar and licensed under The MIT License.
Related Skills
openhue
341.8kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
341.8kElevenLabs text-to-speech with mac-style say UX.
weather
341.8kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.5kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.




