From 86c5dfb149aae60a2600d7dee2250964be8667fd Mon Sep 17 00:00:00 2001 From: liapples Date: Wed, 28 Jul 2021 18:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0uploads=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/filesystems.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/filesystems.php b/config/filesystems.php index 760ef97..3723b5a 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -53,6 +53,11 @@ return [ 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), ], + 'uploads' => [ + 'driver' => 'local', + 'root' => public_path('uploads'), + ], + ], /*