When I do var_dump($request->getParsedBody()), It returns null with PATCH or PUT. But POST method is able to return the request input. I’m using POSTMAN. Any help will be appreciated
1 Like
When I do var_dump($request->getParsedBody()), It returns null with PATCH or PUT. But POST method is able to return the request input. I’m using POSTMAN. Any help will be appreciated