- 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).
7 lines
164 B
YAML
7 lines
164 B
YAML
services:
|
|
MyCRM\BillingModule\BillingModulePlugin:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: 'app.module_plugin' }
|