feat: Ajout configuration et dépendances initiales
This commit is contained in:
7
config/packages/flysystem.yaml
Normal file
7
config/packages/flysystem.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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'
|
||||
Reference in New Issue
Block a user