Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 575 Bytes

File metadata and controls

24 lines (17 loc) · 575 Bytes

DebugKitErrorLog

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]);

License

MIT