Skip to content

CakeDC/cakephp-debugkit-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages