1 # This file is the entry point to configure your own services.
2 # Files in the packages/ subdirectory configure your dependencies.
4 # Put parameters here that don't need to change on each machine where the app is deployed
5 # https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
9 # default configuration for services in *this* file
11 autowire: true # Automatically injects dependencies in your services.
12 autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
14 # add more service definitions when explicit configuration is needed
15 # please note that last definitions always *replace* previous ones