Answers for "laravel mysql could not find driver"

PHP
3

IlluminateDatabaseQueryException could not find driver

In Ubuntu (18.04)

apt install php-mysql
 
Happy coding #uzi :)
Posted by: Guest on June-18-2021
1

php artisan migrate could not find driver

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

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

Browse Popular Code Answers by Language