kcsoft / debug-kit-error-log
CakePhp DebugKit error log panel
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: ~4.4
- cakephp/debug_kit: ~4.8
This package is not auto-updated.
Last update: 2025-04-01 19:43:36 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]);