0

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.

arrowill12
  • 1,784
  • 4
  • 29
  • 54

1 Answers1

0

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,

RGAT
  • 486
  • 3
  • 13