jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

Does not work with Firebird 2.0.7 #26

Closed marqeez closed 7 years ago

marqeez commented 8 years ago

When using version 2.0.7 of Firebird, Laravel 5.0 shows error

PDOException in Connector.php line 47:could not find driver

mariuz commented 8 years ago

you need to install and enable pdo_firebird driver , not related to laravel-firebird

can be closed