mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
initial commit
This commit is contained in:
3
Resources/config/routing.yml
Normal file
3
Resources/config/routing.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
chill_event_homepage:
|
||||
path: /hello/{name}
|
||||
defaults: { _controller: ChillEventBundle:Default:index }
|
4
Resources/config/services.yml
Normal file
4
Resources/config/services.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
# chill_event.example:
|
||||
# class: Chill\EventBundle\Example
|
||||
# arguments: [@service_id, "plain_value", %parameter%]
|
1
Resources/views/Default/index.html.twig
Normal file
1
Resources/views/Default/index.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
Hello {{ name }}!
|
Reference in New Issue
Block a user