My Routes are Returning a 404, How can I Fix Them?

前端 未结 18 1112
栀梦
栀梦 2020-12-23 10:44

I\'ve just started learning the Laravel framework and I\'m having an issue with routing.

The only route that\'s working is the default home route that\'s attached to

18条回答
  •  伪装坚强ぢ
    2020-12-23 11:40

    Have you tried to check if

    http://localhost/mysite/public/index.php/user 
    

    was working? If so then make sure all your path's folders don't have any uppercase letters. I had the same situation and converting letters to lower case helped.

提交回复
热议问题