Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
Hello, This is my route.php Route::get('test/{paramter1}/{paramter2}', 'Somecontroller@somemethod');...
Hello jsonrust, I want data in JSON Object and then want to send JSON Object to somewhere using API....
LaurentMeganck , Yes. I have to pass the json format data to somewhere using API. so can I use json...
Hello, jasonrust You mean to say like this , return json_encode(User:all()); Thank You.
The Laravel portal for problem solving, knowledge sharing and community building.
The community