diff --git a/config/filesystems.php b/config/filesystems.php index f514f04..99e1c77 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -99,7 +99,7 @@ */ 'links' => [ - // + public_path('storage') => env('FILESYSTEM_FILE_ROOT', storage_path('app/public')), ], ];