I am trying to use Laravel 5.1 for the first time. I was able to install it and https://sub.example.com/laravel/public/ is displaying what is should. However, v
https://sub.example.com/laravel/public/
also, the URL is case sensitive to the folder name
URL
folder name: camelCase then the url must be localhost/camelCase/route-1
camelCase
localhost/camelCase/route-1
hope this help someone xD, little bit silly