11 lines
335 B
YAML
Executable File
11 lines
335 B
YAML
Executable File
# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle
|
|
oneup_flysystem:
|
|
adapters:
|
|
default_adapter:
|
|
local:
|
|
location: "%kernel.project_dir%/uploads"
|
|
filesystems:
|
|
default_filesystem:
|
|
adapter: default_adapter
|
|
alias: League\Flysystem\Filesystem
|