diff --git a/configuration/storage.html b/configuration/storage.html index 39e70f6..7929a69 100644 --- a/configuration/storage.html +++ b/configuration/storage.html @@ -132,7 +132,7 @@
Different storage adapters are provided through the awesome Flysystem library.
You can use local filesystem (default), FTP, SFTP, Amazon S3, DigitalOcean Spaces, Microsoft Azure Blob, Dropbox and many others.
-Please check the Flysystem docs for the exact setup required for each adapter.
+Please check the Flysystem docs for the exact setup required for each adapter.
Note: Some adapters do not support folder operations or their support is limited.
With default adapter you just need to configure where your repository
folder is. This folder will serve as a root for everything else.
See official documentation.
+See official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -171,7 +171,7 @@
You must require additional library composer require league/flysystem-sftp
See official documentation.
+For more advanced options like using your private key or changing the document root see official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -192,7 +192,7 @@
You must require additional library composer require spatie/flysystem-dropbox
See official documentation.
+See official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -212,7 +212,7 @@
You must require additional library composer require league/flysystem-aws-s3-v3
See official documentation.
+See official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -237,7 +237,7 @@
DigitalOcean Spaces
You must require additional library composer require league/flysystem-aws-s3-v3
The DigitalOcean Spaces API are compatible with those of S3.
-See official documentation.
+See official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -262,7 +262,7 @@
Microsoft Azure Blob Storage
You must require additional library composer require league/flysystem-azure-blob-storage
-See official documentation.
+See official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -285,7 +285,7 @@
Replicate Adapter
You must require additional library composer require league/flysystem-replicate-adapter
The ReplicateAdapter facilitates smooth transitions between adapters, allowing an application to stay functional and migrate its files from one adapter to another. The adapter takes two other adapters, a source and a replica. Every change is delegated to both adapters, while all the read operations are passed onto the source only.
-See official documentation.
+See official documentation.
Sample configuration:
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',