Feb 7, 2017
0
Level 2
Convert JSON file to Laravel Request
Is there a way to convert a .json file into a Laravel request so that I have use $request->input('somevalue', NULL); if the json object doesn't have the property I am looking for when using it to create my Laravel model?
Please or to participate in this conversation.