Support the ongoing development of Laravel.io →
posted 4 years ago
Last updated 1 year ago.
0

add to your images links "/" src, like.

<img src="/images/item/tp/Image00014.jpg" alt="img"/>

Last updated 4 years ago.
0

Dont use absolute paths, everytime you have to use something from public folder, use asset() helper it will decrease the errors hen uploading for a webserver.

For example

 <li><img src="{{asset('images/item/tp-big/Image00014.jpg')}}" alt="img"/></li> 
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Soulk0101 soulk0101 Joined 30 Aug 2019

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.