I need to execute a stored procedure after my form submits data. I have the stored procedure working like I want it, and I have my form working properly. I just do not know
Working code with Laraval 5.6,
DB::select('EXEC my_stored_procedure ?,?,?',['var1','var2','var3']);