Add recipe for OneupFlysystemBundle

This commit is contained in:
Julian Liederer
2018-01-15 22:32:53 +01:00
parent 48329c8c55
commit 29fc494ae1
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,11 @@
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
@@ -0,0 +1,8 @@
{
"bundles": {
"Oneup\\FlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}