Add recipe for Flawe's Flare Bundle (#1988)

This commit is contained in:
Flawe
2026-06-06 01:05:39 +04:00
committed by GitHub
parent c82a649676
commit 9af24d398b
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
flare:
key: '%env(string:FLARE_KEY)%'
use_defaults: true
application:
stage: '%env(string:APP_ENV)%'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Flawe\\FlareBundle\\FlareBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FLARE_KEY": "your-flare-key"
}
}