Answers for "dbal driver not found"

0

dbal 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 "dbal driver not found"

Browse Popular Code Answers by Language