Answers for "doctrinedbaldriverpdoexception::("could not find driver")"

1

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
Posted by: Guest on October-27-2021
4

php Error!: could not find driver

apt-get install php-mysql
Posted by: Guest on May-15-2020

Code answers related to "doctrinedbaldriverpdoexception::("could not find driver")"

Code answers related to "Javascript"

Browse Popular Code Answers by Language