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.
2 parents 43c7c3c + 29294ce commit 0e29cedCopy full SHA for 0e29ced
README.md
@@ -36,6 +36,11 @@ php composer.phar require --dev cakephp/debug_kit "~3.0"
36
37
* [Load the plugin](http://book.cakephp.org/3.0/en/plugins.html#loading-a-plugin)
38
```php
39
+// src/Application.php
40
+$this->addPlugin('DebugKit');
41
+```
42
+Prior to 3.6.0
43
+```php
44
Plugin::load('DebugKit', ['bootstrap' => true, 'routes' => true]);
45
```
46
* Set `'debug' => true,` in `config/app.php`.
0 commit comments