I installed laravel 5.1 on my local system and developed an application.
Now I have to host it on a live server. The live server we have is our own and has many other applications running on it.
I have just placed the laravel folder in a path now (nothing else), but it's not working as I expected.
I have read some answers that said I have to copy the public folder to the server's public folder and the rest to a folder - is that correct?
Do I have to install composer and follow the laravel installation process there also?
Can anyone please explain what I have to do to make it work there?