Skip to content

Commit f7ea988

Browse files
authored
Fix up plugin load.
1 parent 0b0f6a7 commit f7ea988

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ php composer.phar require --dev cakephp/debug_kit:"^5.0"
2828
```
2929

3030
* [Load the plugin](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin)
31-
```php
32-
// src/Application.php
33-
$this->addPlugin('DebugKit');
3431
```
35-
* Set `'debug' => true,` in `config/app.php`.
32+
bin/cake plugin load DebugKit --only-debug
33+
```
3634

3735
## Is DebugKit not working?
3836

0 commit comments

Comments
 (0)