We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a0392 commit 45f09a4Copy full SHA for 45f09a4
README.md
@@ -34,19 +34,21 @@ To use Dropbox as default uploads/media storage for October installation update
34
35
'uploads' => [
36
'disk' => 'dropbox',
37
- 'folder' => 'uploads',
38
- 'path' => '/storage/app/uploads',
+ 'folder' => '',
+ 'path' => '',
39
],
40
41
'media' => [
42
43
- 'folder' => 'media',
44
- 'path' => '/storage/app/media',
45
46
47
48
```
49
50
+> **Important note:** If you want to specify `folder` or `path` than you must ensure it exists on Dropbox.
51
+
52
## Support
53
54
Please use [GitHub Issues Page](https://github.com/mplodowski/dropboxadapter-plugin/issues) to report any issues with plugin.
0 commit comments