Browse Source

Added info about using debug module with enableStrictParsing enabled

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
f3b76c410e
  1. 12
      docs/guide/module-debug.md

12
docs/guide/module-debug.md

@ -29,6 +29,18 @@ on a remote (staging) server, add the parameter allowedIPs to the config to whit
]
```
If you are using `enableStrictParsing` URL manager option, add the following to your `rules`:
```php
'urlManager' => [
'enableStrictParsing' => true,
'rules' => [
// ...
'debug/<controller>/<action>' => 'debug/<controller>/<action>',
],
],
```
How to use it
-------------

Loading…
Cancel
Save