From d61245daf3b97bb9660c2f1e6613ef96fadaf2cd Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 2 Apr 2020 00:18:02 -0500 Subject: [PATCH] moon files --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index 8d800aa08..1c70c0219 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -58,6 +58,7 @@ return [ 'storage' => [ 'driver' => 'local', 'root' => storage_path('storage/app/public'), + 'url' => env('APP_URL').'/storage/app/public', ], 's3' => [