Skip to content

Kirby 4.1.2

whoops

Enables/disables the Whoops debugger

The Whoops debugger is a comfortable way to detect issues in your templates and plugins and fix them quickly. It is activated by default when Kirby is in debug mode, but if you prefer you can disable it to fall back to regular PHP error handling.

return [
  'whoops' => false
];