myCRM/config/packages/billing_module.yaml
olli 5ffd7bd0d1 feat: add api-platform and symfony/uid dependencies; introduce billing module service configuration
- Added api-platform/symfony version 4.1 with necessary configuration files.
- Included symfony/uid version 7.1 with its recipe details.
- Created billing_module.yaml to define the BillingModulePlugin service with autowiring and autoconfiguration.
- Added SoftwareBuddy agent for web development support in PHP (Symfony) and JavaScript (Vue.js).
2025-12-05 15:07:37 +01:00

7 lines
164 B
YAML

services:
MyCRM\BillingModule\BillingModulePlugin:
autowire: true
autoconfigure: true
tags:
- { name: 'app.module_plugin' }