Skip to content

Commit 3567ee2

Browse files
Add intro note to services.yaml and routes.yaml
1 parent f480647 commit 3567ee2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

symfony/framework-bundle/3.3/config/services.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is the entry point to configure your own services.
2+
# Files in the packages/ subdirectory configure your dependencies.
3+
14
# Put parameters here that don't need to change on each machine where the app is deployed
25
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
36
parameters:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is the entry point to configure your own HTTP routes.
2+
# Files in the routes/ subdirectory configure the routes for your dependencies.
3+
14
#index:
25
# path: /
36
# defaults: { _controller: 'App\Controller\DefaultController::index' }

0 commit comments

Comments
 (0)