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.taxi-78.com
/
htdocs
/
modules
/
/srv/data/web/vhosts/www.taxi-78.com/htdocs/modules/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: "L'Alhambra" conf_company_phone1: '01 60 72 58 35' conf_company_call_phone1: '01 60 72 58 35' conf_company_email: 'contact@restaurant-fontainebleau.com' conf_company_email2: 'l-alhambra@orange.fr' conf_company_address: '168, rue Grande' conf_company_zipcode: '77300' conf_company_city: 'Fontainebleau' conf_company_siret: '' conf_company_admin: '' conf_server_email: 'formulaire@bhinternet.fr' # conf_pk_stripe: 'pk_test_51HxCjMHBslaAolk1ZeYivxMTAHINMwX5nUJRPTWsQNMImFE28XjwGV1KfMrIakCg0b9IrI5Gr6x7XudRsMB3BZM400s9vzJmtc' # conf_sk_stripe: 'sk_test_51HxCjMHBslaAolk1TX0rufNxVeVqz5yExzQ5TzrSQ0yLzEBf3TFdrkaNOj1rH1ndPzful44LCD8d4t4j20y3dXcH005v6krjak' conf_pk_stripe: 'pk_live_51HxCjMHBslaAolk129gSMESq3bSS2UmVzze7Kk0Jzle2X4HspPqEQyVGgKArlIsMmj8INEHXsxmBq6N6AyEkIyMd002NUefAyY' 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,Maker,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 } redirect_after_login: class: App\Services\AfterLoginRedirection arguments: ['@router'] # app.maker.crud: # class: App\Maker\MakeCrud # public: true # arguments: ['@maker.doctrine_helper'] # tags: # - { name: maker.command } # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones app.listener.global_page_data: class: App\Listener\GlobalPageDataListener tags: - { name: kernel.event_listener, event: kernel.request, method: onKernelRequest } # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones