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
You can also do this:
DB::select("CALL my_stored_procedure()");