Unsupported driver in laravel 4 when using laravel-oci8 package

主宰稳场 提交于 2019-12-11 19:57:49

问题


I am currently trying to use the laravel-oci8 package to connect to an oracle DB, I am receiving the error Unsupported driver [pdo-via-oci8] from laravel. it seems that the package may not have updated the list of available drivers? Is there a step I am missing to get this driver to be accessible?

I have followed the read.me on github exactly.Also this is not a php error about a missing driver it is laravel specific. I have OCI8 enabled in php.


回答1:


I am assuming that this is already fixed. Just in-case anyone have encountered the same issue. Please refer to the this link https://github.com/yajra/laravel-oci8/issues/2

Regards,



来源:https://stackoverflow.com/questions/21465788/unsupported-driver-in-laravel-4-when-using-laravel-oci8-package

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!