You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" in Update routing.rst #14506), there should be a hint on what to pass as third argument.
The text was updated successfully, but these errors were encountered:
…er (javiereguiluz)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Routing] Improve the explanation of the exclude parameter
Fixes#14507.
Commits
-------
fe04b38 [Routing] Improve the explanation of the exclude parameter
#12821 leaves many questions open (code box at https://symfony.com/doc/4.4/routing.html#route-groups-and-prefixes)
../../
, but this one with../
? After half an hour of trial and error, I couldn't get it to work ;-)The text was updated successfully, but these errors were encountered: