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