I\'ve got Symfony2 installed, and a mostly working site, the only issue is I don\'t know how to set a default route. Currently, I access my index and other routes with the follo
I used below code to set home page route.It's working fine
Symfony version : Symfony 3.2.8
homepage: path: / defaults: { _controller: AppBundle:Home:index}