I tried so many things with my hosting provider on the vps, just can't get the images to show up.
Quick question, let's say I have this setup:
public_html/index.php
public_html/laravel/[all the laravel folders here)
If I create the symlink, with the symlink command it creates the link from
public_html/laravel/storage/app/public/
to
public_html/laravel/public/storage
Now what I don't get is that I ran the command via ssh, the folder is there but not accessible via ftp.
Usually, when simlinked, can you open it or not via ftp?
I am really struggling with this.
Now the other thing I do not understand is that some people say to put the whole laravel install in the public_html folder
Other say to put it in a folder above as:
public_html/laravel/
What difference would it make from public_html to public_html/laravel?
Others say to have it below the public_html for maximum security but this won't be ideal for me.