Commit f3b76c41 by Alexander Makarov

Added info about using debug module with enableStrictParsing enabled

parent c978b9c2
......@@ -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
-------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment