Hey, maybe you are missing the dbal driver:
composer require doctrine/dbal
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a fresh install of composer, wamp64, and laravel 7. Trying to migrate my tables and I get the PDO Exception error. Someone said it could be a PHP conflict but I have no idea how to fix it.
php -v
PHP 7.4.9 (cli) (built: Aug 4 2020 11:51:50) ( NTS Visual C++ 2017 x64)
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
Wamp64 PHP version used is 7.4.9
I am running on Windows 10
I think you just need to install the dbaldriver now:
composer update
composer require doctrine/dbal
Please or to participate in this conversation.