cakedc/cakephp-debugkit-ai

There is no license information available for the latest version (0.1) of this package.

DebugKit AI enhancements

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/cakedc/cakephp-debugkit-ai

0.1 2025-10-17 12:16 UTC

This package is auto-updated.

Last update: 2025-10-17 12:17:56 UTC


README

Installation

  • composer require cakedc/cakephp-debugkit-ai
  • Add DebugKit.AI.apiKey to your app_local.php
  • Load plugin in Application::bootstrap() and ensure it is done before loading DebugKit plugin:
public function bootstrap(): void
{
...
$this->addPlugin(DebugKitAIPlugin::class, ['bootstrap' => true]);
$this->addPlugin('DebugKit', ['bootstrap' => true]);
...
}

TODO

  • HTML help