updates
This commit is contained in:
@@ -31,10 +31,7 @@ return [
|
||||
'disks' => [
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/uploads'),
|
||||
'throw' => false,
|
||||
'url' => env('STORAGE_LOCAL_URL'),
|
||||
'public' => true,
|
||||
'root' => storage_path('app'),
|
||||
],
|
||||
|
||||
'cdn' => [
|
||||
|
||||
Reference in New Issue
Block a user