diff --git a/config/filesystems.php b/config/filesystems.php index a7051c7..3d671bd 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -40,7 +40,7 @@ return [ 'public' => [ 'driver' => 'local', - 'root' => storage_path(env('STORAGE_PATH')), + 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false,