Class ‘Doctrine\DBAL\Driver\PDOMySql\Driver’ Not Found

Class ‘Doctrine\DBAL\Driver\PDOMySql\Driver’ not found
composer require doctrine/dbal
Class ‘Doctrine\DBAL\Driver\PDOPgSql\Driver’ not found
# For Laravel 6x/7x:
composer require doctrine/dbal:"^2.0"

# For Laravel >= 8x:
composer require doctrine/dbal


Symfony\Component\Debug\Exception\FatalThrowableError : Class ‘Doctrine\DBAL\Driver\PDOSqlite\Driver’ not found
Symfony\Component\Debug\Exception\FatalThrowableError : Class 'Doctrine\DBAL\Driver\PDOSqlite\Driver' not found

 

Leave a Comment