Upload Laravel 5 to server subfolder
I am trying to upload Laravel 5 project to subfolder as: public_html/project/ I have changed in index.php require __DIR__.'/../project/bootstrap/autoload.php'; $app = require_once __DIR__.'/../project/bootstrap/app.php'; in config/app.php 'url' => 'http://example.com/project', when I try url as: http://example.com/project/public it is directed to http://example.com/public What is the way to upload it to server. Can anyone help me as I have tried lot options. It is not a good idea to upload your entire laravel project in the public_html (public)folder. The files in the public folder are having