I have an image that I would like to set as a background in a Laravel 3 project - background-image: url("public/img/find-a-table.png");
But he says that “cannot resolve find-a-table.png” in phpStorm , although I definitely have an image file added to this directory.
Do I need to change something to find his image in this directory? In any other regular web application this would be pretty trivial, so I don’t know if something is missing.
Does this site show that I don’t need quotes around the path? I tried too, but this does not fix. They use:
background: url(images/bg.jpg) no-repeat center center fixed; without quotes
source share