router icon indicating copy to clipboard operation
router copied to clipboard

Add debug commands

Open vjik opened this issue 2 years ago • 1 comments

The following console command to debug should be present:

  • Dump router settings
  • Dump all routes
  • Dump specific routes group
  • Test an URL to match a route

Extracted from https://github.com/yiisoft/yii-debug/issues/202

vjik avatar Aug 13 '23 19:08 vjik

There is the https://github.com/yiisoft/router/blob/master/src/Debug/DebugRoutesCommand.php for all routes and groups

xepozz avatar Aug 13 '23 22:08 xepozz