Hello,
What could be wrong, if I put image to "public/img.jpg" Laravel works fine, if in "public/img/advert/img.jpg" don't display image and debug tools shows HTTP 307 code for that image. If I try open that image directly in browser it works fine.
Can you post HTML? If you are setup correctly, the root folder is public on your webserver and referencing the image would just be src="img.jpg" or src="img/advert/img.jpg" which may be your issue.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community