Search code examples
phplaravelyajra-datatable

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


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


Solution

  • Use below import

     use POD
    

    instead of

    use Yajra\Oci8\PDO;