jeff
0
Q:

laravel json response with error code

return Response::json([
    'hello' => $value
], 201); // Status code here
0
return response()->json([
    'name' => 'Abigail',
    'state' => 'CA',
]);
0

New to Communities?

Join the community