Answers for "class 'doctrine\dbal\driver\pdopgsql\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

Code answers related to "class 'doctrine\dbal\driver\pdopgsql\driver'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language