mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -578,6 +578,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sulu/webpack-encore](https://packagist.org/packages/sulu/webpack-encore) | [1.0](sulu/webpack-encore/1.0) |
|
||||
| [suncat/mobile-detect-bundle](https://packagist.org/packages/suncat/mobile-detect-bundle) | [1.0](suncat/mobile-detect-bundle/1.0) |
|
||||
| [survos/barcode-bundle](https://packagist.org/packages/survos/barcode-bundle) | [1.0](survos/barcode-bundle/1.0) |
|
||||
| [survos/bunny-bundle](https://packagist.org/packages/survos/bunny-bundle) | [1.5](survos/bunny-bundle/1.5) |
|
||||
| [survos/command-bundle](https://packagist.org/packages/survos/command-bundle) | [1.5](survos/command-bundle/1.5) |
|
||||
| [survos/crawler-bundle](https://packagist.org/packages/survos/crawler-bundle) | [1.5](survos/crawler-bundle/1.5) |
|
||||
| [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"manifests": {
|
||||
"survos/bunny-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Survos\\BunnyBundle\\SurvosBunnyBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"BUNNY_API_KEY": ""
|
||||
},
|
||||
"post-install-output": [
|
||||
"<bg=green;fg=white> </>",
|
||||
"<bg=green;fg=white> success </>",
|
||||
"<bg=green;fg=white> </>",
|
||||
"",
|
||||
" * <fg=yellow>Next steps:</>",
|
||||
" 1. Get the main API key from https://dash.bunny.net/account/api-key",
|
||||
" 2. Optionally add the key to your environment. Otherwise, run the command below with the API key as the argument.",
|
||||
" 3. bin/console bunny:config <api-key> >> .env.local",
|
||||
" 4. run bin/console bunny:list to see the zones",
|
||||
" 5. Only add the API keys you need to the production environment."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/survos_bunny.yaml": {
|
||||
"contents": [
|
||||
"survos_bunny:",
|
||||
" # this is generated automatically with bin/console bunny:config <api-key>",
|
||||
" api_key: '%env(BUNNY_API_KEY)%'",
|
||||
" # optionally set a default storage zone",
|
||||
" #storage_zone:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/survos_bunny.yaml": {
|
||||
"contents": [
|
||||
"survos_bunny:",
|
||||
" resource: '@SurvosBunnyBundle/config/routes.yaml'",
|
||||
" # consider adding /admin to this route and securing it in security.yaml",
|
||||
" prefix: '/bunny'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "38d6e9c843b0244587cadc511aa1437d2c175ca1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1846,6 +1846,9 @@
|
||||
"survos/barcode-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"survos/bunny-bundle": [
|
||||
"1.5"
|
||||
],
|
||||
"survos/command-bundle": [
|
||||
"1.5"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"manifests": {
|
||||
"survos/bunny-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Survos\\BunnyBundle\\SurvosBunnyBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"BUNNY_API_KEY": ""
|
||||
},
|
||||
"post-install-output": [
|
||||
"<bg=green;fg=white> </>",
|
||||
"<bg=green;fg=white> success </>",
|
||||
"<bg=green;fg=white> </>",
|
||||
"",
|
||||
" * <fg=yellow>Next steps:</>",
|
||||
" 1. Get the main API key from https://dash.bunny.net/account/api-key",
|
||||
" 2. Optionally add the key to your environment. Otherwise, run the command below with the API key as the argument.",
|
||||
" 3. bin/console bunny:config <api-key> >> .env.local",
|
||||
" 4. run bin/console bunny:list to see the zones",
|
||||
" 5. Only add the API keys you need to the production environment."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/survos_bunny.yaml": {
|
||||
"contents": [
|
||||
"survos_bunny:",
|
||||
" # this is generated automatically with bin/console bunny:config <api-key>",
|
||||
" api_key: '%env(BUNNY_API_KEY)%'",
|
||||
" # optionally set a default storage zone",
|
||||
" #storage_zone:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/survos_bunny.yaml": {
|
||||
"contents": [
|
||||
"survos_bunny:",
|
||||
" resource: '@SurvosBunnyBundle/config/routes.yaml'",
|
||||
" # consider adding /admin to this route and securing it in security.yaml",
|
||||
" prefix: '/bunny'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "38d6e9c843b0244587cadc511aa1437d2c175ca1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user