Show errors from error.log file in a DebugKit panel fro CakePHP 4.
Use the dependancy mananger composer to install
composer require kcsoft/debug-kit-error-logIn your src/Application.php file add the panel to DebugKit v4:
Configure::write('DebugKit.panels', ['DebugKitErrorLog.ErrorLog']);
$this->addPlugin('DebugKit', ['bootstrap' => true]);