RESTFul style JSON responder. Support laravel. install composer require xgbnl/response dev-main GET Method. { "msg": "success", "code": 200, "data": null } POST、PATCH Methods. { "msg": "created", "code": 201, "data": null } DELETE Method. { "msg": "deleted", "code": 204, "data": null }