Change recipe folder structure

This commit is contained in:
Julian Liederer
2018-01-15 22:55:48 +01:00
parent 3ece8841b1
commit 1890791d60
2 changed files with 1 additions and 0 deletions
@@ -0,0 +1,12 @@
oneup_flysystem:
adapters:
my_adapter:
local:
directory: "%kernel.root_dir%/cache"
filesystems:
my_filesystem:
adapter: my_adapter
# optional - defines the default visibility of the filesystem: `public` or `private`(default)
visibility: private
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oneup\\FlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}