routing.yml 179 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 app_homepage: path: / controller: AppBundle:Homepage:show app_blog: path: /blog defaults: _controller: AppBundle:Blog:list app_logout: path: /logout