Answer the question
In order to leave comments, you need to log in
How to make API on laravel?
You need to make a simple request-response API. Where do you need to send a request to get a response? Created a route:
Route::post('test', function (Request $request) {
return response()->json('1405c6f7');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question