cakedc / cakephp-debugkit-ai
There is no license information available for the latest version (0.1) of this package.
DebugKit AI enhancements
0.1
2025-10-17 12:16 UTC
Requires
- php: >8.2
- cakephp/cakephp: ^5.0
- google-gemini-php/client: ^2.6
This package is auto-updated.
Last update: 2026-02-17 12:56:39 UTC
README
Installation
- composer require cakedc/cakephp-debugkit-ai
- Add
DebugKit.AI.apiKeyto yourapp_local.php - Load plugin in
Application::bootstrap()and ensure it is done before loadingDebugKitplugin:
public function bootstrap(): void { ... $this->addPlugin(DebugKitAIPlugin::class, ['bootstrap' => true]); $this->addPlugin('DebugKit', ['bootstrap' => true]); ... }
TODO
- HTML help