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

Syntax error, unexpected '|', expecting ';' or '{'

Vdapiton1516 opened this issue · comments

Summary of problem or feature request

Tried setting up a docker image with Laravel and OCI8. but I'm getting a
Syntax error, unexpected '|', expecting ';' or '{'
image
Don't really now what's causing this.

System details

  • Operating System
  • PHP Version
  • Laravel Version
  • Laravel-OCI8 Version

I think the Pdo-via-oci8 package installed was v3 and is for php8. Please use v2 for php7.4 and below.

I think the Pdo-via-oci8 package installed was v3 and is for php8. Please use v2 for php7.4 and below.

I just figured it out too. sorry for posting this and thank you.. It's been hunting me for days.