This commit is contained in:
2026-01-31 15:00:25 +01:00
parent f66c8a8eb6
commit 8f91f480eb
+1 -1
View File
@@ -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,