Laravel DB:transaction with Firebird connection – PHP Versions
I have some trouble with the Laravel transaction. Laravel 9+ PHP 8+ Firebird 2.5 I have two DB connection MySQL (default) and Firebird. MySQL works fine, like this. I get the connection data. DB::transaction(function ($conn) use ($request) { dd($conn) });…