Answers for "doctrine php driver execption"

PHP
1

doctrine php driver execption

Uncomment in your php.ini the pdo according to your database
For exemple MySQL:
; extension=pdo_mysql
  
 remove the ";"

extension=pdo_mysql
Posted by: Guest on May-10-2021

Code answers related to "doctrine php driver execption"

Browse Popular Code Answers by Language