1

Laravel Version: 5.6.12
PHP Version: 7.1
Vuejs Version: 2.5
Database Driver & Version: MySQL 5.7 (Using mysqlnd driver)

Description: API response returning double quoted numeric value therefore producing undesired output. The response recieved from the server is attached in this image:

Resonse from Laravel API

$data = ['message' => 'Hello'];
return response()->json($data, 200);

Why numeric values in response is double quoted?

Resolved:

https://laracasts.com/discuss/channels/laravel/laravel-api-response-return-double-quoted-numeric-value

Anuga
  • 2,619
  • 1
  • 18
  • 27

0 Answers0