Skip to content

Conversation

santysisi
Copy link
Contributor

This PR updates the documentation for the debug:router command to include the new --method option, which allows developers to filter routes by HTTP method (such as GET, POST, PUT, DELETE, etc.). This enhances the debug:router command, making it easier to focus on specific routes based on their HTTP method, especially in large applications.

For more context, refer to the original issue: Symfony Issue #59906.

@carsonbot carsonbot added this to the 7.3 milestone Mar 14, 2025
@xabbuh xabbuh linked an issue Mar 15, 2025 that may be closed by this pull request
@carsonbot carsonbot changed the title Add new tip to explain usage of --method option for filtering routes [Routing] Add new tip to explain usage of --method option for filtering routes Mar 17, 2025
@javiereguiluz javiereguiluz merged commit faed230 into symfony:7.3 Mar 18, 2025
3 checks passed
@javiereguiluz
Copy link
Member

Santiago, thanks for this contribution and for updating the docs for it! Congrats also on your first Symfony Docs contribution 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment