update filesystems to change dynamically the storage path

This commit is contained in:
2026-01-30 23:41:21 +01:00
parent d4526487ed
commit f66c8a8eb6
+1 -1
View File
@@ -40,7 +40,7 @@ return [
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'root' => storage_path(env('STORAGE_PATH')),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
'throw' => false,