I have an Laravel 5.4 Framework.I am going to send Json Request (in Controller) using Post Method.I would like to know how to how to convert Json Data to XML Data in Laravel
I have tried below code but its not working
public function store(Request $Request)
{
echo json_decode($Request);
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire