mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
8 lines
291 B
YAML
8 lines
291 B
YAML
# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md
|
|
flysystem:
|
|
storages:
|
|
default.storage:
|
|
adapter: 'local'
|
|
options:
|
|
directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'
|