mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for symfony-idloom-api-bundle (#1521)
* Add recipe for symfony-idloom-api-bundle * Add endline
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md
|
||||
id_loom:
|
||||
idloom_url: '%env(resolve:IDLOOM_URL)%'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Gponty\\IdLoomBundle\\IdLoomBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IDLOOM_URL": "your_idloom_url"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user