vendredi 26 août 2016

Laravel 5 : responce contain a special character

I've using laravel 5 , I've received following response

"↵""5"

Controller:

public function sendPost() {
  $id = 5;
  return response()->json($id);
}

I didn't found any fault in my code :(



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire