I deployed my Laravel project on Cpanel but there's an error "could not find driver(SQL)"
I'm using Mysql database in Cpanel, and I have checked pdo_mysql in PHP extension.
but when I looked on
phpinfo();
and find pdo_mysql
, the result is 0/0
How to fix this?
Thanks in advance