How can I fix Laravel 5.1 - 404 Not Found?

前端 未结 6 1351
小鲜肉
小鲜肉 2020-12-29 11:30

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

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 12:09

    also, the URL is case sensitive to the folder name

    folder name: camelCase then the url must be localhost/camelCase/route-1

    hope this help someone xD, little bit silly

提交回复
热议问题