示例#1
0
 private function getPublicUrl($bucket, $type, $path)
 {
     return Storage::getAdapter()->getClient()->getObjectUrl($bucket, "{$type}/{$path}");
 }