critical error thrown while running command "doctrine:migrations:migrate". Message: "An exception occurred in the driver: could not find driver"

566 views Asked by At

I am working with Symfony. When i use php bin/console doctrine:migrations:migrate I am getting

An exception occurred in the driver: could not find driver

I am using XAMPP & Windows 11

I have uncommented the extension=pdo_mysql in php.ini

enter image description here

0

There are 0 answers