I've deployed a test Laravel 5 application onto a development server. The application is successfully installed but when I go to the domain that points to my application. It doesn't load the Laravel 5 homepage. Instead it gives me a 403 Forbidden Error.
I'm on an nginx server.
Possible problem is your server root is not pointing to public
folder of your project, where index.php is located. Double-check your vhost configuration to be sure everything is fine.
Nginx access and error logs should help you with this. Also, check the same vhost on your local environment with development tools turned off.