Hi, i'm working on a simple application but i'm stuck at modeling the database, this is what i'm try...
I have an installation with 2 basics groups admin app another group that handle all the other domai...
Route::get('/test-array', function(){ return Response::json([1,2,3,"hello"]); });
The Laravel portal for problem solving, knowledge sharing and community building.
The community