yajra / laravel-oci8

Oracle DB driver for Laravel via OCI8

Home Page:https://yajrabox.com/docs/laravel-oci8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined type 'Yajra\Oci8\Oci8ServiceProvider'.

DanielRuizMawesi opened this issue · comments

Summary of problem or feature request

When I try to use Oci8 in my laravel 10 application error appears because Yajra only have Datatables not Oci8

Code snippet of problem

image

composer.json
image

System details

  • Operating System linux
  • PHP Version 8.2.1
  • Laravel Version 10
  • Laravel-OCI8 Version 10.4.3

I just tested and installed fine:

image

I just tested and installed fine:

image

The installation was successfully but when you try to use Oci8 of that library the error message is:

Undefined constant "Yajra\Pdo\OCI_DEFAULT"
image

Undefined constant "Yajra\Pdo\OCI_DEFAULT"

This is a common issue that pertains to the OCI8 extension not being installed correctly. Please make sure you have the php oci8 extension installed properly. Installation may vary depending on your environment.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.