Can Laravel 5
connect via PDO to ODBC
? We have a old 4th Dimension
database that needs to be integrated temporarily ( 2 years ) . But Im not sure if it will be able to communicate with Eloquent ORM.
Asked
Active
Viewed 1,726 times
1

Tim Penner
- 3,551
- 21
- 36

morne
- 4,035
- 9
- 50
- 96
1 Answers
0
There you have a odbc driver for laravel 4, I cannot ensure that it works on laravel 5, laravel 4 natively doesn't support odbc connections and I guess after some research that laravel 5 doesn´t support it too.
If the driver for laravel 4 works on laravel 5 please give a feedback.

Diogo Cunha
- 1,194
- 11
- 23
-
I have tested it, composer will not install it with laravel 5+ – David Ericsson Aug 26 '15 at 11:32