kcsoft/debug-kit-error-log

CakePhp DebugKit error log panel

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:cakephp-plugin

v4.0.1 2022-07-12 07:12 UTC

This package is not auto-updated.

Last update: 2024-04-16 15:21:09 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]);

License

MIT