Im hosting laravel in a shared server enviroment. public folder is under public_html and other files are in seperate folder.
Im unable to upload files to the public folder which I want to display. Is there any workaround to resolve this
I get "League\Flysystem\Exception
Impossible to create the root directory"
Im able to to view /store images inside the myfiles directory. However is it safe to follow this procedure since laravel recommends to use symbolic link. I validate and allow .jpg/png files of the particular user to upload in the myfiles directory