Browse Source

filesystem class

zhangdehua 7 tháng trước cách đây
mục cha
commit
26187a8e07
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'),
             [