Answers for "could not find driver laravel 5.4"

PHP
1

php artisan migrate could not find driver

sudo apt-get install php7-mysql
Posted by: Guest on August-14-2021
0

could not find driver

You need to have a module called pdo_mysql. Looking for following in phpinfo(),

pdo_mysql

PDO Driver for MySQL, client library version => 5.1.44
Posted by: Guest on March-26-2021

Code answers related to "could not find driver laravel 5.4"

Browse Popular Code Answers by Language