By default, Laravel project is run from public directory, for this I must enter URL like as:
http://localhost/public/
How to configure Lara
Setup your webserver (probably Apache or NginX) to use the public folder of your laravel app as root directory. Or use a public_html folder and symlink it to your public folder, which basically does the same.
public_html