What is it about ?
On Godaddy Shared Hosting, I have space on Linux Server. My Directory Structure is like below in the screenshot
We can see from the above screenshot that the app is inside the Framework folder and Framework folder is in the root.
What's the Problem ?
In the First screenshot, we can find Users Directory inside Framework folder. That has file in the below given path
Framework/Users/Helper/Profile/user.png
I am not able to make the url that can point to above mentioned file.
What I tried so far ?
<img src="{{URL::asset('/Users/Helper/Profile/User.png')}}"}}
Am I missing something ?