Symfony Console Get All Routes

[Solved] Symfony Console Get All Routes | Php Frameworks Symfony - Code Explorer | yomemimo.com
Question : symfony console get all routes

Answered by : troubled-toad-53z0glfbu6vz

$ php bin/console debug:router
------------------ -------- -------- ------ ---------------------------------------------- Name Method Scheme Host Path
------------------ -------- -------- ------ ---------------------------------------------- homepage ANY ANY ANY / contact GET ANY ANY /contact contact_process POST ANY ANY /contact article_show ANY ANY ANY /articles/{_locale}/{year}/{title}.{_format} blog ANY ANY ANY /blog/{page} blog_show ANY ANY ANY /blog/{slug}
------------------ -------- -------- ------ ----------------------------------------------

Source : https://symfony.com/doc/4.1/routing/debug.html | Last Update : Wed, 14 Apr 21

Answers related to symfony console get all routes

Code Explorer Popular Question For Php Frameworks Symfony