'Laravel 8 PDOException: could not find driver

I am using php 8.1.3 for this project. My file .env connection:

DB_CONNECTION=sqlsrv
DB_HOST=
DB_PORT=1433
DB_DATABASE=db_PendaftaranOnline
DB_USERNAME=
DB_PASSWORD=

I get this error:

PDOException: could not find driver in C:\laragon\www\project\registrasi-online-master\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70 Stack trace: #0 C:\laragon\www\project\registrasi-online-master\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php(70): PDO->__construct('dblib:host=192....', 'client', 'dbop', Array)

enter image description here

How to fix this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source