How to fix "could not find driver" error in laravel 11
I got this error when starting my laravel project: Illuminate Database QueryException could not find driver PRAGMA foreign_keys = ON; This is the pict I tried to remove the semicolon extension=pdo_mysql in php.ini file from the xampp/php folder. And remove the comments…