I ran into the same problem and I couldn't find a solution with OUT parameters.
Instead I just do this.
Remove your OUT's and just return them with select. You could run into some problems if you are already returning some data with select but you can get it working.
Laravel code.
Output.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community