This is what you need to know, took me a while to find it.
https://medium.com/laravel-news/the-simple-guide-to-deploy-laravel-5-application-on-shared-hosting-1a8d0aee923e
I wanna make my laravel site live on hostgator shared hosting
Hi all, I have few queries related to making site live on hostgator shared hosting plan. Now i am running on my mac. Firstly i wanna set up local system for my site so that i can run my local app from project root directory, like http://localhost/my_laravel
so, right now i can run the site 2 way, 1 using php artisan serve, http://localhost:8000 2 http://localhost/my_laravel/public
so i don't want to use both above way and simply using some changes wanna run as http://localhost/my_laravel
i tried copying public content in root and did some htaccess changes but somehow i run home page but my other routing was not working which is working using above 2 method.
So, my first query is to resolve the issue of removing public folder from url and i wanna do same on live site so that i can run www.mydomain.com/ and not using public in url...
i am using mac os with MAMP on local system.
Please or to participate in this conversation.