mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
Add intro note to services.yaml and routes.yaml
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# This file is the entry point to configure your own services.
|
||||
# Files in the packages/ subdirectory configure your dependencies.
|
||||
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
parameters:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# This file is the entry point to configure your own HTTP routes.
|
||||
# Files in the routes/ subdirectory configure the routes for your dependencies.
|
||||
|
||||
#index:
|
||||
# path: /
|
||||
# defaults: { _controller: 'App\Controller\DefaultController::index' }
|
||||
|
||||
Reference in New Issue
Block a user