Skip to content

Commit 105aa39

Browse files
committed
Add tips about installing DebugKit plugin
1 parent 396bf7a commit 105aa39

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

en/developers/tips.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ Croogo is shipped with debug level 1 enabled. You can disable it in `/app/Config
1111

1212
Configure::write('debug', 0);
1313

14+
DebugKit
15+
--------
16+
17+
Install DebugKit into `Plugin/DebugKit`::
18+
19+
git clone http://github.com/cakephp/debug_kit Plugin/DebugKit
20+
21+
Activate DebugKit plugin::
22+
23+
Console/cake ext activate plugin -f DebugKit
24+
25+
Hook the ToolbarComponent to all controllers::
26+
27+
// Config/bootstrap.php
28+
Croogo::hookComponent('*', 'DebugKit.Toolbar');
29+
1430
Symlink plugin and theme assets
1531
-------------------------------
1632

0 commit comments

Comments
 (0)