This commit is contained in:
Milos Stojanovic
2019-06-18 18:37:28 +02:00
parent a39d2c5331
commit f43d0cd23d
6 changed files with 16 additions and 13 deletions

View File

@@ -1,10 +1,12 @@
## Adapters
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 docs for the exact setup required for each adapter.
You can use local filesystem (default), FTP, S3, Dropbox and many others.
Please check the Flysystem [docs](https://github.com/thephpleague/flysystem) for the exact setup required for each adapter.
## Default Local Disk Adapter
With default adapter you just need to configure where your ```repository``` folder is. This folder will serve as root for everything else.
With default adapter you just need to configure where your ```repository``` folder is. This folder will serve as a root for everything else.
```
'Filegator\Services\Storage\Filesystem' => [