Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
#12821 leaves many questions open (code box athttps://symfony.com/doc/4.4/routing.html#route-groups-and-prefixes)
- The PHP config doesn't show an example. Since Symfony is moving away from YAML towards PHP, there should be one. What's the starting point of the path - why does the first argument start with
../../, but this one with../? After half an hour of trial and error, I couldn't get it to work ;-) - What's the meaning of the curly braces in the pattern?
- When the text reads "use the optional fifth argument..." (changed to "fourth" inUpdate routing.rst #14506), there should be a hint on what to pass asthird argument.