Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.bachtale.com_1719306535
/
htdocs
/
config
/
/srv/data/trash/vhost_www.bachtale.com_1719306535/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: 'Bachtale Jewellery' conf_company_phone1: '+212 (0) 522 83 83 33' conf_company_call_phone1: '+212522838333' conf_company_email: 'contact@bachtalejewellery.com' conf_company_email2: 'mimoune@bhgroupe.fr' conf_company_address: '25 centre benomar - maarif' conf_company_zipcode: '' conf_company_city: 'Casablanca - Maroc' conf_company_siret: '' conf_company_admin: '' conf_server_email: 'formulaire@bhinternet.fr' # conf_pk_stripe: 'pk_test_WNtaAVui34AIeYKJh0lWp8XS' # conf_sk_stripe: 'sk_test_aotSY4bHxv5xZgCk6vG4rMKc' 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 } App\Listener\ImageCacheSubscriber: arguments: ['@vich_uploader.storage.file_system', '@liip_imagine.cache.manager'] tags: - { name: kernel.event_subscriber } # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones