Files
crm_ecosplay/config/packages/flysystem.yaml

8 lines
285 B
YAML
Raw Normal View History

2026-04-01 15:42:52 +02:00
# 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/storage/default'