We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4885033 commit f61d22dCopy full SHA for f61d22d
1 file changed
docs/1-getting-started.md
@@ -28,11 +28,11 @@ flysystem:
28
default.storage:
29
adapter: 'local'
30
options:
31
- directory: '%kernel.project_dir%/storage'
+ directory: '%kernel.project_dir%/var/storage/default'
32
```
33
34
This configuration defines a single storage service (`default.storage`) based on the local adapter
35
-and configured to use the `%kernel.project_dir%/storage` directory.
+and configured to use the `%kernel.project_dir%/var/storage/default` directory.
36
37
For each storage defined under `flysystem.storages`, an associated service is created using the
38
name you provide (in this case, a service `default.storage` will be created). The bundle also
0 commit comments