mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
skeleton of the bundle
This commit is contained in:
3
Resources/config/routing.yml
Normal file
3
Resources/config/routing.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
chill_activity_homepage:
|
||||
path: /hello/{name}
|
||||
defaults: { _controller: ChillActivityBundle:Default:index }
|
4
Resources/config/services.yml
Normal file
4
Resources/config/services.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
# chill_activity.example:
|
||||
# class: Chill\ActivityBundle\Example
|
||||
# arguments: [@service_id, "plain_value", %parameter%]
|
Reference in New Issue
Block a user