jacquestvanzuydam / laravel-firebird

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

Migration issues #20

Closed rargueso closed 7 years ago

rargueso commented 8 years ago

php artisan migrate

[PDOException] could not find driver

cristiano-pacheco commented 8 years ago

you must install and enable the extension pdo_firebird in your environment.

rargueso commented 8 years ago

You 100% right!

Sorry & Thanks!