kcsoft / debug-kit-error-log
CakePhp DebugKit error log panel
Package info
github.com/kcsoft/debug-kit-error-log
Type:cakephp-plugin
pkg:composer/kcsoft/debug-kit-error-log
v4.0.1
2022-07-12 07:12 UTC
Requires
- cakephp/cakephp: ~4.4
- cakephp/debug_kit: ~4.8
This package is not auto-updated.
Last update: 2026-03-18 00:45:16 UTC
README
Show errors from error.log file in a DebugKit panel fro CakePHP 4.
Installation
Use the dependancy mananger composer to install
composer require kcsoft/debug-kit-error-log
In your src/Application.php file add the panel to DebugKit v4:
Configure::write('DebugKit.panels', ['DebugKitErrorLog.ErrorLog']); $this->addPlugin('DebugKit', ['bootstrap' => true]);