Compatibility PHP 8.2.9 / Laravel 10. #810
-
Good morning, we have problems installing the package, our build is based on PHP 8.2.9 and Laravel 10, is it compatible with these versions? We need to be able to connect/create connections to oracle database from the database.php file. Is there any guide for these versions ? |
Beta Was this translation helpful? Give feedback.
Answered by
OctavioBernalGH
Nov 15, 2023
Replies: 1 comment 8 replies
-
Currently using 8.2.11 and Laravel 10 and works well. On ENV you can set: DB_CONNECTION=oracle
DB_HOST=127.0.0.1
DB_DATABASE=xe
DB_USERNAME=forge
DB_PASSWORD=forge Or publish the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yajra
I created a new project using version 8.2.11 and laravel 10.X, configured the database and enabled the php extension oci8_19 and it worked perfectly.