简体   繁体   中英

How to connect Laravel Oracle Cloud Database

I have to use Laravel 5.7 with Oracle Cloud Database.

I actually have no idea how to do that. I have searched a lot but all instructions that I found are about connecting Laravel with local Oracle Database.

I have already created a database instance on Oracle Cloud and have no idea how to use instance's information in the cloud to make the connection.

Please, I need to know how to connect Laravel 5.7 with Oracle DB.

Thanks

Laravel does not officialy supports Oracle databases, but you can use a third party driver. Take a look on https://github.com/yajra/laravel-oci8

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM