We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396bf7a commit 105aa39Copy full SHA for 105aa39
1 file changed
en/developers/tips.rst
@@ -11,6 +11,22 @@ Croogo is shipped with debug level 1 enabled. You can disable it in `/app/Config
11
12
Configure::write('debug', 0);
13
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
30
Symlink plugin and theme assets
31
-------------------------------
32
0 commit comments