env('filesystem.driver', 'local'), 'disks' => [ 'local' => [ 'type' => 'local', 'root' => rtrim(runtime_path(), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . 'storage', ], 'public' => [ 'type' => 'local', 'root' => rtrim(base_path(), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . 'public', 'url' => '/storage', 'visibility' => 'public', ], ], ];