mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
feat: adding melodiia recipe
This commit is contained in:
committed by
Maxime Veber
parent
d193032f36
commit
9ab59080ce
@@ -0,0 +1,6 @@
|
||||
melodiia:
|
||||
apis:
|
||||
# Define as much APIs you want here
|
||||
main:
|
||||
# This path impacts the behavior of Melodiia. Change it if required
|
||||
base_path: /api/v1
|
||||
8
swag-industries/melodiia/0.7/manifest.json
Normal file
8
swag-industries/melodiia/0.7/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"SwagIndustries\\Melodiia\\MelodiiaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user