diff --git a/configuration/storage.html b/configuration/storage.html index 3d833d5..c883307 100644 --- a/configuration/storage.html +++ b/configuration/storage.html @@ -103,9 +103,9 @@

Adapters

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.

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.

+

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 @@
         ],
 

SFTP Adapter

-

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
         ],
 

Dropbox Adapter

-

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' => [