jsdecena / laracom

Laravel FREE E-Commerce Software
https://jsdecena.github.io/laracom
1.91k stars 861 forks source link

Frontend main images #275

Closed flimbo closed 2 years ago

flimbo commented 2 years ago

Images are missing on the main page only even though a storage link was created.

Problem is in template file "product-list.blade.php"

Quick fix in the file "\resources\views\front\products\product-list.blade.php"

change line 26 to: <img src=" {{ asset("storage/$product->cover") }}" alt="{{ $product->name }}" class="img-bordered img-responsive">

jsdecena commented 2 years ago

Can you have PR for this @flimbo ?