This commit is contained in:
Milos Stojanovic
2019-06-18 18:18:52 +02:00
parent 1356b0bd69
commit 283aed5912
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
## Adapters
Different storage adapters are supported via awesome [Flysystem](https://github.com/thephpleague/flysystem) library.
Different storage adapters are provided through the awesome [Flysystem](https://github.com/thephpleague/flysystem) library.
You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem for exact setup for each adapter.
You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem for the exact setup required for each adapter.
## Default Local Disk Adapter
With default adapter you just need to configure where is you ```repository``` folder which will serve as root for everything else.