My image file path is public/img/stuvi-logo.png
and
my app.blade.php file path is resources/views/app.blade.php
Inside of my app.blade.php file I use {{HTML::image('/img/stuvi-logo.png')}}
to display an image.
I don't understand why this won't find the image.
What is the root folder of the image()
method?
public/img/logo.png
can't be available at/img/stuvi-logo.png
, I mean, even the file names are different. Is that a typo in the question or your program? – Miso