mirror of
https://github.com/filegator/filegator.git
synced 2025-09-02 03:22:40 +02:00
docs upd
This commit is contained in:
@@ -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' => [
|
||||
|
Reference in New Issue
Block a user