yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

Configuration #32

Closed paragshar closed 6 years ago

paragshar commented 8 years ago

I have to use pdo-via-oci with laraval/Asgard CMS application. I was wondering how to configure the pdo-via-oci8 driver. What are the steps to be followed after installing it via composer? Where do I specify the Oracle credentials? How does the PDO driver get access to these credentials?

yajra commented 8 years ago

@paragshar you need to use laravel-oci8 and pdo-via-oci8 will be installed with it.