Cannot get full and complete path for images

I need the full and complete path for images I’ve uploaded to a field through my panels.
I’ve been searching how to do this for awhile now but url doesn’t work, value doesn’t work.

What I get from
echo $imagehover = $case->hoverimage()->url();

is

localhost:8000/face-wallpaper-hd-46284-47628-hd-wallpapers.png

and what I need is the public link URL:

localhost:8000/content/2-projects/project-1/face-wallpaper-hd-46284-47628-hd-wallpapers.png

Is there a way to do this that I just haven’t been able to find?

Thanks

Never mind. I just managed to find the right keywords to get what I needed.
If anyone else is having the same issue. You can find the solution here: URL from New Image Field