You might have to use the raw pdo connection
$pdo = DB::connection()->getPdo();
How do i call a procedure in mssql in laravel 5.2. what i have tried.
http://stackoverflow.com/questions/20666490/laravel-4-mssql-stored-procedure-with-parameters-as-a-prepared-statements
Am getting an empty array but when i ran in sql server with the same parameters i get data.
Please or to participate in this conversation.