I'm currently facing this problem in my internship . also I am new beginer at Symfony.
Problem : i could'nt create a db with "php bin/console doctrine:database:create" so i did it manually and after having the tables attribut on, with php bin/console make:migration, i am getting these errors :
c:\symfony_projects\demo>php bin/console make:migration
In ExceptionConverter.php line 119:
An exception occurred in the driver: could not find driver
In Exception.php line 26:
could not find driver
In Driver.php line 28:
could not find driver
make:migration
i'm using PHP 8 and Composer version 2.2.5
I've been working on it for 2 days and tried all the solutions I've found online including (extention -musql ), and it didn't work out.