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 0b0f6a7 commit f7ea988Copy full SHA for f7ea988
README.md
@@ -28,11 +28,9 @@ php composer.phar require --dev cakephp/debug_kit:"^5.0"
28
```
29
30
* [Load the plugin](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin)
31
-```php
32
-// src/Application.php
33
-$this->addPlugin('DebugKit');
34
35
-* Set `'debug' => true,` in `config/app.php`.
+bin/cake plugin load DebugKit --only-debug
+```
36
37
## Is DebugKit not working?
38
0 commit comments