最佳答案
如果返回一个对象:
return Response::json([
'hello' => $value
]);
the status code will be 200. How can I change it to 201, with a message and send it with the json object?.
我不知道是否有办法在 Laravel 设置状态码。