I have uploaded my laravel Site to my host..
My Structure is this:
/home/username/mylaravelproject/ <- contains everything
/home/username/public_html/ <- contains my public folder
so basically I moved my public
folder to ../public_html/
Now my Public_Path() function does not work properly.
I tried a few different posts, and the one with the closes result was this one: How to change public folder to public_html in laravel 5
but it returns a wrong path...
It returns this: "/home/username/mylaravelproject/public_html/"
What am I supposed to do in order to configure it properly so that artisan works and the function in php too?