From PHP I would like to call a stored procedure in MySQL. The procedure takes input and output parameters -- not \"INOUT\" param
DB::select('call SP_fci_cb_emp_comp_salary_revision_add(?,?,?,@,@)', [ $my_compensation['detail']['employee_master_id'], Carbon::createFromFormat('d/m/Y', $salary_revised_result['detail']->effective_date)->format('Y-m-d'), $request->user_id ]);