Use of undefined constant OCI_CRED_EXT - assumed 'OCI_CRED_EXT' laravel
问题 I'm trying to connect oracle database to my laravel application using this package: https://github.com/yajra/laravel-oci8 but having error with the external connection, this is the error: Here the line of error in package: https://github.com/yajra/laravel-oci8/blob/5.8/src/Oci8/Connectors/OracleConnector.php#L35 System details Operating System: macOS Mojave Version 10.14.4 (18E226) PHP Version: 7.3 Laravel Version: 5.8.* Laravel-OCI8 Version: 5.8.* Anyone can help me please? 回答1: Looks like