Laravel slash after url redirects to root folder

后端 未结 5 593
梦谈多话
梦谈多话 2020-12-18 08:02

I\'m new to Laravel and it seems a great framework but i have a question when it comes to routing. I want to route all get requests to one controller action named PageContro

5条回答
  •  一向
    一向 (楼主)
    2020-12-18 08:41

    Check if you have folder "admin" in your public folder. Laravel automaticaly redirects if there is one.

提交回复
热议问题