router
router copied to clipboard
Router is a request matcher and URL generator
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌
### What steps will reproduce the problem? New route group. ### What is the expected result? Rendered view ### What do you get instead? 404 not found error ### Additional...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | #193, #171 Current...
What's the point to create an object every method calls? Let's take a look at the `Route` class: The coolest thing is you can use auto-complete feature to call any...
See https://github.com/yiisoft/router/blob/master/src/Route.php#L179 `Last added handler will be executed first.` is incorrect. Need fix description and add examples.
| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | comma-separated list of...
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...
| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️/❌ | Breaks BC? | ✔️/❌ | Fixed issues | comma-separated list of...