mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add sulu/sylius-producer-plugin recipe
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
imports:
|
||||
- { resource: "@SuluSyliusProducerPlugin/Resources/config/app/config.yaml" }
|
||||
|
||||
framework:
|
||||
messenger:
|
||||
transports:
|
||||
sulu_sylius_transport: '%env(SULU_SYLIUS_MESSENGER_TRANSPORT_DSN)%'
|
||||
11
sulu/sylius-producer-plugin/0.2/manifest.json
Normal file
11
sulu/sylius-producer-plugin/0.2/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Sulu\\Bundle\\SyliusProducerPlugin\\SuluSyliusProducerPlugin": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"SULU_SYLIUS_MESSENGER_TRANSPORT_DSN": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user