Posts by Jozadaque Batista • 1 point
2 posts
-
0
votes2
answers128
viewsA: Laravel directing HTTP method to wrong function in Controller
I found the solution, I actually found the answer in the foreign forum, what was happening was that the url in the $http methods were with a "/"(bar) at the end, for example:…
-
0
votes2
answers128
viewsQ: Laravel directing HTTP method to wrong function in Controller
I have a project in Laravel and Vue.js where I have a role in Vue.js that sends a post with the data of a form, so far so good, only when the function this.$http.post() makes the request for the…