Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 451 Bytes

File metadata and controls

20 lines (16 loc) · 451 Bytes

DebugKit AI Panel for CakePHP

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