Hello , im pretty new to laravel 'im following the free Laravel from scratch videos , see I got a virtual server with a cpanel I can use , and I got lots of websites from customers on it ... what is the best way to deploy a Laravel website since I cannot say that public is the root.. I'm sure its simple , someone knows for sure ? thx
I kown and I've seen this too , but the fact is that I dont want to empty my pubic_html folder to install my Laravel there , there is a website in there , I need to install my website built in Laravel in an addon domain , in a folder ..
Deployment is different depending on whether your using shared hosting, and it also greatly depends on what webserver software using. It's almost always apache2 or nginx.
You are not going to share a folder with another Website, as you might html site. Laravel needs a virtual host, as stated by previous posters.