Merge pull request #424

This commit is contained in:
symfony-flex-server[bot]
2018-07-20 19:04:00 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
# Read the documentation: https://core-bundle.leapt.io/configuration_reference.html
leapt_core:
upload_dir: '%kernel.project_dir%/public'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Leapt\\CoreBundle\\LeaptCoreBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/public/uploads/"
]
}