xampp - laravel connection oracle problem, how to enable php's oci8 extension?

WBOY
Release: 2016-09-28 08:54:08
Original
1489 people have browsed it

Laravel connection oracle problem

After understanding, yajra/laravel-oci8 was installed through composer, and YajraOci8Oci8ServiceProvider::class was added to config/app.php. After the terminal executed $ php artisan vendor:publish --tag=oracle, the config was configured In oracle.php, an error is reported when connecting to the database, as follows
xampp - laravel connection oracle problem, how to enable php's oci8 extension?

Oracle's instantclient has been deployed and environment variables have been added to the system path, and php.ini's extension=php_oci8_12c.dll has been enabled. The problem still exists. Looking at the output of phpinfo(), it seems that the oci8 extension is not enabled

Reply content:

Laravel connection oracle problem

After understanding, yajra/laravel-oci8 was installed through composer, and YajraOci8Oci8ServiceProvider::class was added to config/app.php. After the terminal executed $ php artisan vendor:publish --tag=oracle, the config was configured In oracle.php, an error is reported when connecting to the database, as follows
xampp - laravel connection oracle problem, how to enable php's oci8 extension?

Oracle's instantclient has been deployed and environment variables have been added to the system path, and php.ini's extension=php_oci8_12c.dll has been enabled. The problem still exists. Looking at the output of phpinfo(), it seems that the oci8 extension is not enabled

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!