You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2020. It is now read-only.
First, thank you for this wonderful framework. You save me a lot of time with this! 😊
But I have small problem, I can’t make $request->getBody(); to work. I need to get some JSON data but each time, I get this error :
Fatal error: Call to a member function getBody() on null
I have to manually get the data each time like this:
$data = file_get_contents("php://input");
Could you help me with this?
Thank you very much!
Kind regards,
George.