Route::get('/test-array', function(){
return Response::json([1,2,3,"hello"]);
});
Well,
Yes, I can do that :)
But I'm interested of how the current behaviour is handled. And how could I override it on the global level.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community