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     # makes classes in src/ available to be used as services
 
  15     # this creates a service per class whose id is the fully-qualified class name
 
  19             - '../src/DependencyInjection/'
 
  23     # add more service definitions when explicit configuration is needed
 
  24     # please note that last definitions always *replace* previous ones