回答編集履歴

1

`disk('s3')`を付けました。

2021/02/27 04:01

投稿

Lulucom
Lulucom

スコア1899

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```php
10
10
 
11
- <img src="{{ Storage::url('item-images/' . $item->image_file_name) }}" ... >
11
+ <img src="{{ Storage::disk('s3')->url('item-images/' . $item->image_file_name) }}" ... >
12
12
 
13
13
  ```
14
14