Dumper Since 3.3.0 kirby/config/components.php You can override our dump() helper with your own implementation or an implementation from a framework. /site/plugins/dump-helper/index.php Kirby::plugin('my/dumper', [ 'components' => [ 'dump' => function ($kirby, $variable, bool $echo = true) { // dump that var } ] ]);