Merge pull request #255

This commit is contained in:
symfony-flex-server[bot]
2018-01-18 07:40:59 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/tree/master/Resources/doc/index.md
oneup_flysystem:
adapters:
default_adapter:
local:
directory: '%kernel.cache_dir%/flysystem'
filesystems:
default_filesystem:
adapter: default_adapter
alias: League\Flysystem\Filesystem
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oneup\\FlysystemBundle\\OneupFlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}