Undefined type 'Yajra\Oci8\PDO' in laravel 10.17.1 with latest Yajra composer

166 Views Asked by At

Undefined type 'Yajra\Oci8\PDO' in laravel 10.17.1 with latest Yajra composer

   "message": "Class \"Yajra\\Oci8\\PDO\" not found",
   "exception": "Error",
   "file": "C:\\xampp\\htdocs\\bid_purchase_system_laravel\\app\\Http\\Controllers\\OtherController.php",
   "line": 38,

Screenshot of code

import line

use Yajra\Oci8\PDO;

enter image description here

oci8 also enables PHP Version 8.1.17.

enter image description here

Github

1

There are 1 best solutions below

0
Nalawala Murtaza On BEST ANSWER

Use below import

 use POD

instead of

use Yajra\Oci8\PDO;