When I try to run php artisan migrate
I get it too.
Pdo Okay also php up 7.1
Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations) at C:\wamp64\www\laralearn\laravel\vendor\laravel\framework\src\Illuminate\Database\Connection.php:664
Exception trace:
1 PDOException::("could not find driver") C:\wamp64\www\lara-learn\laravel\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
2
PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=laravel", "root", "", []) C:\wamp64\www\lara-learn\laravel\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70Please use the argument -v to see more details.