Rout Debug Symfony Command

[Solved] Rout Debug Symfony Command | Php Frameworks Symfony - Code Explorer | yomemimo.com
Question : rout debug symfony command

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 rout debug symfony command

Code Explorer Popular Question For Php Frameworks Symfony