Im new to laravel.I've downloaded the laravel 5.2 Via Composer Create-Project.
composer create-project --prefer-dist laravel/laravel blog "5.2.*"
Im using xampp
When i run the project in my chrome browser http://localhost/blog/,
`
Hope help & support
virtual hostto your project wheredocument routeis upto yourpublicdirectory, or usephp artisan:servecommand - RAUSHAN KUMARhttp://localhost/blog/publicinstead ofhttp://localhost/blog/Or you can create virtualhost for perfect URL! - Hiren Gohel