質問編集履歴

1

説明変更

2020/07/27 08:10

投稿

aoinosuke
aoinosuke

スコア8

test CHANGED
File without changes
test CHANGED
@@ -658,7 +658,7 @@
658
658
 
659
659
 
660
660
 
661
- <img src="{{ asset('storage/' . $book->book_image) }}" alt="{{ $book->book_image }}" width="100px" class="w-100">
661
+ <img src="{{ asset('public/book_image' . $book->book_image) }}" alt="{{ $book->book_image }}" width="100px" class="w-100">
662
662
 
663
663
 
664
664
 
@@ -732,7 +732,7 @@
732
732
 
733
733
  <img src="/storage{{$book->book_image}}">
734
734
 
735
- <img src="{{ URL::to('public') }}/{{ $book->book_image }}" alt="{{ $book->book_image }}" />
735
+ <img src="{{ URL::to('public/book_image') }}/{{ $book->book_image }}" alt="{{ $book->book_image }}" />
736
736
 
737
737
 
738
738
 
@@ -782,4 +782,4 @@
782
782
 
783
783
  画像の保存はバリデーション飛ばしてしまってますが、とりあえず画像表示できるようにしたいです。
784
784
 
785
- どなたかご教授よろしくお願いします!!!
785
+ どなたかご教授よろしくお願いします