Add Sylius Search Plugin v2 recipe (#1534)

This commit is contained in:
Maxime Huran
2023-08-30 17:03:50 +02:00
committed by GitHub
parent c4e97dfe41
commit c519a3cf2c
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,2 @@
imports:
- { resource: "@MonsieurBizSyliusSearchPlugin/Resources/config/config.yaml" }
@@ -0,0 +1,2 @@
monsieurbiz_search_plugin:
resource: "@MonsieurBizSyliusSearchPlugin/Resources/config/routing.yaml"
@@ -0,0 +1,22 @@
{
"bundles": {
"Jane\\Bundle\\AutoMapperBundle\\JaneAutoMapperBundle": [
"all"
],
"MonsieurBiz\\SyliusSearchPlugin\\MonsieurBizSyliusSearchPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Resources/templates/": "templates/"
},
"env": {
"MONSIEURBIZ_SEARCHPLUGIN_ES_HOST": "${ELASTICSEARCH_HOST:-localhost}",
"MONSIEURBIZ_SEARCHPLUGIN_ES_PORT": "${ELASTICSEARCH_PORT:-9200}",
"MONSIEURBIZ_SEARCHPLUGIN_ES_URL": "http://${MONSIEURBIZ_SEARCHPLUGIN_ES_HOST}:${MONSIEURBIZ_SEARCHPLUGIN_ES_PORT}/",
"MONSIEURBIZ_SEARCHPLUGIN_MESSENGER_TRANSPORT_DSN": "doctrine://default"
}
}