Copy debug_kit to app/Plugin/DebugKit
Create these in app/Plugin/DebugKit
- DIR : Config
- File : app/Plugin/DebugKit\Config\plugin.json
- File : app/Plugin/DebugKit\Config\bootstrap.php
plugin.json (modify author details)
{
"name": "DebugKit",
"description": "DebugKit",
"author": "Author Name",
"authorEmail": "author@example.com",
"authorUrl": "http://example.com",
"dependencies": {
"plugins": [
"extensions"
]
}
}
bootstrap.php
Croogo::hookComponent('*', 'DebugKit.Toolbar');
Activate DebugKit plugin Croogo Admin -> Extensions -> Plugins
Thanks to Rachman Chavik from CakePHP & Croogo IRC channel