After installing Ravel
add extension=php_oci8_11g.dll; Use with Oracle 11gR2 Instant Client
After doing the above and performing the migration
InvalidArgumentException
Unsupported driver [oracle]
The connection failed.
conIt was caused by a omission in config/app.php.
After doing the description and re-migration,
Symphony\Component\Debug\Exception\FatalErrorException
Call to undefined function Yajra\Pdo\oci_connect()
The connection failed.
Does anyone know what it is?
Thank you for your cooperation.
Call to undefined function Yajra\Pdo\oci_connect()
larvel-oci8 repository reports many similar errors, but in short, php_oci8_11g.dll
is not loading correctly.Specifically,
php_oci8_11g.dll
does not existand so on.
© 2024 OneMinuteCode. All rights reserved.