mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add Sylius Search Plugin v2 recipe (#1534)
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: "@MonsieurBizSyliusSearchPlugin/Resources/config/config.yaml" }
|
||||||
+2
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user