Merge pull request #1100

This commit is contained in:
symfony-flex-server[bot]
2021-02-24 13:22:02 +00:00
committed by GitHub
3 changed files with 19 additions and 1 deletions
@@ -1,4 +1,4 @@
# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/tree/master/Resources/doc/index.md
# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/blob/release/3.x/Resources/doc/index.md
oneup_flysystem:
adapters:
default_adapter:
@@ -0,0 +1,10 @@
# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle
oneup_flysystem:
adapters:
default_adapter:
local:
location: '%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%/"
}
}