소스 검색

filesystem class

zhangdehua 7 달 전
부모
커밋
26187a8e07
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/store/controller/Upload.php

+ 1 - 0
app/store/controller/Upload.php

@@ -76,6 +76,7 @@ class Upload extends Controller
         $bucket = $storage->bucket('freeshippingvps');
 
         $filePath = config('app.host') . '/uploads/' . $fileInfo['file_path'];
+        Log::error($filePath);
         $storageObj = $bucket->upload(
             fopen($filePath, 'r'),
             [