Considering yourapp.com points to .../public/ folder, the link should be
<img src="http://yourapp.com//images/thumb100/img4.jpg">
I store image names in the database. For some reason in the database some of the photos were with uppercase extension and some of them were with lowercase.
E.G.
<img src="myimage.jpg"> Failed to render
<img src="myimage.JPG"> No problem Rendering
So be careful with that. Cheers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community