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
/
www.coaching-en-developpement-personnel.fr
/
htdocs
/
config
/
/srv/data/web/vhosts/www.coaching-en-developpement-personnel.fr/htdocs/config/services.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: 'JLF CONSEIL' conf_company_phone1: '06 98 14 59 59' conf_company_call_phone1: '+33698145959' conf_company_email: 'contact.jlfconseil@gmail.com' conf_company_email2: '' conf_server_email: 'noreply@bhinternet-email.fr' conf_company_business: 'JLF CONSEIL' conf_company_siret: '899 418 958 000 18' conf_company_address: '10 chemin des bas Cornus' conf_company_zipcode: '91100' conf_company_city: 'Villabe' conf_pk_stripe: 'pk_live_51IemffLZgaEkRvnCAkK00L7Ugj605GdW4Ie3smBpz7OLoMebziNlT5RYMCtz7jc81Dlem6ubeJR8qc8V7YGMzGc700uJzH4qeR' conf_sk_stripe: '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' 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,Maker,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'] redirect_after_login: class: App\Services\AfterLoginRedirection arguments: ['@router'] 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 } app.listener.global_page_data: class: App\Listener\GlobalPageDataListener tags: - { name: kernel.event_listener, event: kernel.request, method: onKernelRequest } # app.listener.registration_success: # class: App\Listener\RegistrationSuccessListener # arguments: ['@router'] # tags: # - { name: kernel.event_subscriber } app.form.registration: class: App\Form\RegistrationType tags: - { name: form.type, alias: app_user_registration } # 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