Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zunnu committed Jun 15, 2024
1 parent e513d40 commit 6969354
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ CakePHP 4.x version can be found [here](https://github.com/zunnu/associations-de
```
composer require --dev zunnu/associations-debugger
```
Then load the plugin by using CakePHP's console:
Then load the plugin by using CakePHP's console. This plugin is not needed in production environment, so it's recommended to be loaded using:

```
./bin/cake plugin load AssociationsDebugger
```

This plugin is not needed in production enviroment so it's recomended to be loaded using
```
$this->addOptionalPlugin('AssociationsDebugger');
./bin/cake plugin load AssociationsDebugger --only-debug
```
To see the Associations panel in DebugKit this plugin needs to be loaded before DebugKit

Expand Down

0 comments on commit 6969354

Please sign in to comment.