Oct 11, 2016
3
Level 1
POST vs PATCH vs PUT
Hey guys, new here. I'm busy learning Laravel whilst developing an application. I'd like to just know about these new request methods. Coming from Vanilla PHP and Web Dev, I've only known GET & POST. What are the definitions of these and why when creating a controller with --resource does it auto-use PUT / PATCH for db update queries etc?
Many thanks!
Please or to participate in this conversation.