We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3499463 commit fb9d419Copy full SHA for fb9d419
app/config/routing.yml
@@ -1,3 +1,12 @@
1
app:
2
resource: @AppBundle/Controller/
3
type: annotation
4
+
5
+# The FrameworkBundle:Template:template controller can be used when you only
6
+# need to render a template without any variables.
7
+# See http://symfony.com/doc/current/cookbook/templating/render_without_controller.html
8
+homepage:
9
+ path: /
10
+ defaults:
11
+ _controller: FrameworkBundle:Template:template
12
+ template: 'default/homepage.html.twig'
src/AppBundle/Controller/DefaultController.php
0 commit comments