adspace
Answer Posted / Nirmal Kishore Pandey
A basic response in Laravel refers to a simple response that can be returned by a controller action. This can be done using the with() method followed by the json() method, like so: n`return response()->json($data);` where $data is your data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers