post request not working Laravel 5

后端 未结 1 741
刺人心
刺人心 2020-12-12 06:00

I am trying to submit a form using post method, but it does not seem to be working. I have enabled error debug on but still no error is shown. After submitting the form the

相关标签:
1条回答
  • 2020-12-12 06:38

    After hours of searching and trying, finally, I found the solution. I was using my own request class and path was not correct so I corrected the path of PostsRequests and now it works.

    0 讨论(0)
提交回复
热议问题