knp_gaufrette.yaml 325 B

12345678910111213
  1. # @see https://github.com/KnpLabs/KnpGaufretteBundle
  2. # Documentation : https://knplabs.github.io/Gaufrette/basic-usage.html
  3. knp_gaufrette:
  4. adapters:
  5. storage:
  6. local:
  7. directory: '%kernel.project_dir%/files/storage'
  8. create: true
  9. filesystems:
  10. storage:
  11. adapter: storage
  12. stream_wrapper: ~