I already created a column username and fill it in the users table that was used with the laravel 5...
I instead use this $employees = mot_users::where("branch_no", $id) ->select(array('...
im trying to get the column "user_no", "firstname", "lastname"
how about if post and not get? like Route::post('employees',[ 'as' => 'employees/', 'uses' =&...
my json post request has a data key named "id", now how im going to pass it from routes to...
I dont want to use a form, I want to directly send a post request and retrieve the response directly...
The Laravel portal for problem solving, knowledge sharing and community building.