From 2572ce1e3698cfdb6563a725aa5d36692665e805 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 27 Feb 2018 19:03:03 +0100 Subject: [PATCH 1/3] add sftp to supported storage drivers --- config/filesystems.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 67158a5d..d888b9e6 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -37,8 +37,9 @@ | may even configure multiple disks of the same driver. Defaults have | been setup for each driver as an example of the required options. | - | Supported Drivers: "local", "ftp", "s3", "rackspace" + | Supported Drivers: "local", "ftp", "sftp", "s3", "rackspace" | + | Note: SFTP driver is supported as of Laravel 5.6.6. */ 'disks' => [ From c56e3865db2025096fe713ffb38fb0bbc925738d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Feb 2018 14:32:00 -0600 Subject: [PATCH 2/3] Update filesystems.php --- config/filesystems.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index d888b9e6..2e07c705 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -38,8 +38,6 @@ | been setup for each driver as an example of the required options. | | Supported Drivers: "local", "ftp", "sftp", "s3", "rackspace" - | - | Note: SFTP driver is supported as of Laravel 5.6.6. */ 'disks' => [ From a58ceaf6fb6c0c7aeadcca08f5d80e7bc5f47a4d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Feb 2018 14:32:22 -0600 Subject: [PATCH 3/3] Update filesystems.php --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index 2e07c705..77fa5ded 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -38,6 +38,7 @@ | been setup for each driver as an example of the required options. | | Supported Drivers: "local", "ftp", "sftp", "s3", "rackspace" + | */ 'disks' => [