SkillAgentSearch skills...

Whoops

CakePHP 3 plugin to support Whoops sexy PHP error handling

Install / Use

/learn @gourmet/Whoops
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Build Status Coverage Status Total Downloads Latest Stable Version

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

View on GitHub
GitHub Stars24
CategoryCustomer
Updated7mo ago
Forks1

Languages

PHP

Security Score

82/100

Audited on Aug 25, 2025

No findings