mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
11 lines
371 B
YAML
11 lines
371 B
YAML
# 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
|