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
As the debug:container does, it would be great to have the debug:router searching routes matching the name and the url when the given route does not exist.
The text was updated successfully, but these errors were encountered:
… route (Simperfit)
This PR was merged into the 4.1-dev branch.
Discussion
----------
[FrameworkBundle] feature: add the ability to search a route
| Q | A
| ------------- | ---
| Branch? | 4.1
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass? | yes
| Fixed tickets | #26033
| License | MIT
| Doc PR | symfony/symfony-docs#9236
This add the ability to search a route in the debug:router command.

Commits
-------
ef0df02 [FrameworkBundle] feature: add the ability to search a route
As the
debug:container
does, it would be great to have thedebug:router
searching routes matching the name and the url when the given route does not exist.The text was updated successfully, but these errors were encountered: