I want to display a picture such as for a background for a website or for a container(div).
I have been trying to use .
I get the error: No route able to display file /public/images/logo.png (file not found) was found.
I want to display a picture such as for a background for a website
Share
So, from your description, I assume that in your view somewhere you have
If you are getting a routes error, it is because the file does not exist. So, check a few things.