following simple code:
List
is there a simple way to add an cl
cl
This is how I do it (using Symfony 2.6)
Student
'_homepage' is the name of route in routing.yml of your bundle and the route looks like this
'_homepage'
routing.yml
_homepage: path: / defaults: { _controller: CoreBundle:Default:index }