i was working on a laravel project then i installed a new package using composer and i found this error
PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class
i tried to :-
Had the same problem here. Downgrading to composer require doctrine/dbal=2.6.3 did the trick so far.
I had same problem. After downgrading doctrine/dbal 2.7
to 2.6.*
, the problem was resolved.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With