Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs_old
/
config
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs_old/config/services_dev.yaml
# 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: locale: 'fr' conf_company_name: 'ESRP Beauvoir' conf_company_phone1: '01 60 79 51 00' conf_company_call_phone1: '0160795100' conf_company_email: 'ttestbh@gmail.com' conf_company_email2: 'ttestbh@gmail.com' conf_company_address: '33 Avenue de Mousseau' conf_company_zipcode: '91035' conf_company_city: 'EVRY CEDEX' conf_company_siret: '' conf_company_admin: '' services: # default configuration for services in *this* file _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name App\: resource: '../src/*' exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}' # controllers are imported separately to make sure services can be injected # as action arguments even if you don't extend any base controller class App\Controller\: resource: '../src/Controller' tags: ['controller.service_arguments'] twig.extension.intl: class: Twig_Extensions_Extension_Intl tags: - { name: twig.extension } app.maker.crud: class: App\Maker\MakeCrud public: true arguments: ['@maker.doctrine_helper'] tags: - { name: maker.command } App\Listener\ImageCacheSubscriber: tags: - { name: doctrine.event_subscriber } # Webonaute\DoctrineFixturesGeneratorBundle\Command\GenerateDoctrineFixtureCommand: # tags: # - { name: 'console.command', command: 'doctrine:generate:fixture' } # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones