Closed imnpc closed 1 year ago
Laravel 10 Nova 4.27.14
after uploading image, save and edit, can't load the uploaded image from cloud storage(S3 or OSS). if use local disk,it will work ok.
Filepond::make(__('pictures'),'pictures') ->multiple() ->allowReorder() ->disk(config('filesystems.default')) ->path('goods/pictures/'. date('Y/m/d')) // 图片存储路径 ->image(),
Hao le, xianzai keyi yong v1.0.1
Now work ok Thanks!
Laravel 10 Nova 4.27.14
after uploading image, save and edit, can't load the uploaded image from cloud storage(S3 or OSS). if use local disk,it will work ok.