You might have to use the raw pdo connection
$pdo = DB::connection()->getPdo();
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.