I have got the following:
Route::post('hello', function() { return response()->json(['ok' => true],200); });
But when I post to that route, I get:
FatalErrorException in ResponseFactory.php line 17: Interface 'Illuminate\Contracts\Routing\ResponseFactory' not found
Why is that?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community