Has been answered prior see https://laracasts.com/discuss/channels/laravel/upload-project-laravel @Qlic answer
Dec 26, 2016
1
Level 6
How to deplay laravel project on shared hosting with out changing the project folders?
I am trying to deploy a new Laravel project on a shared hosting. I also would like to keep my Laravel project apps setup the same as if it was on my local machine "standard Laravel setup".
I used FileZilla to transfer all the files from my local machine to the web hosting.
so /public_html contains all of my laravel file and folders.
when I go to mydomain.com I get the provider's default page. and when I go to mydomain.com/public I get a white page.
How can I get laravel app to render when I go to mydomain.com?
Please or to participate in this conversation.