router icon indicating copy to clipboard operation
router copied to clipboard

Router is a request matcher and URL generator

Results 27 router issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌

`config/params.php` are not covered currently.

type:test

### 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...

status:to be verified

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | #193, #171 Current...

status:code review

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...

status:under discussion

New mutants are appeared. Need fix their.

type:test

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.

status:ready for adoption
type:docs

| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | comma-separated list of...

status:code review

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...