diff --git a/config/filesystems.php b/config/filesystems.php index 01c7684..5d67f20 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -45,7 +45,7 @@ return [ 'local' => [ 'driver' => 'local', - 'root' => storage_path('app'), + 'root' => base_path('/'), ], 'public' => [