laravel 8 - PHP Startup: Unable to load dynamic library 'oci8_12c'

one text

Solution:

For the oci8 and pdo_oci errors, start by installing the Oracle Instant Client 'Basic' package as shown in the PHP manual, or shown on the relevant operating system Instant Client Download page. I'm assuming you want to use Oracle.

Source