//json encode return response()->json([ 'name' => 'Abigail', 'state' => 'CA', ]); //now decode $response = json_decode($response->getContent()) ;