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 9985c00 commit e87fa19Copy full SHA for e87fa19
README.md
@@ -285,6 +285,25 @@ return [
285
];
286
```
287
288
+### Global visibility settings
289
+
290
+Configure `fs` application component as follows
291
292
+```php
293
+return [
294
+ //...
295
+ 'components' => [
296
297
+ 'fs' => [
298
299
+ 'config' => [
300
+ 'visibility' => \League\Flysystem\AdapterInterface::VISIBILITY_PRIVATE,
301
+ ],
302
303
304
+];
305
+```
306
307
## Usage
308
309
### Writing files
0 commit comments