Different storage adapters are provided through the awesome Flysystem library.
-You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem for the exact setup required for each adapter.
+You can use local filesystem (default), FTP, S3, Dropbox and many others. Please check Flysystem docs for the exact setup required for each adapter.
With default adapter you just need to configure where is you repository
folder which 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 root for everything else.
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
'config' => [
@@ -145,8 +145,8 @@
],
You must require additional library composer require league/flysystem-sftp
.
-See official documentation.
You must require additional library composer require league/flysystem-sftp
.
See official documentation.
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
'config' => [
@@ -168,8 +168,8 @@ See official doc
],
You must require additional library composer require spatie/flysystem-dropbox
.
-See official documentation
You must require additional library composer require spatie/flysystem-dropbox
.
See official documentation
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
'config' => [