mardi 2 août 2016

how to return a response object json in laravel

i already get response but i'm not need it like this

{
  "status": "200",
  "id": 1,
  "email": "a@a.a",
  "mobile": "",
  "source": "",
  "source_id": "",
  "message": "Bad Request : Already Logged In"
}

i'm need return this data in anather object like :

{
 {
  "status": "200",
 }
 { 
  "id": 1,
  "email": "a@a.a",
  "mobile": "",
  "source": "",
  "source_id": "",
  "message": "Bad Request : Already Logged In"
 }
}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire