Answers for "illuminate\database\queryexception: could not find driver (sql: select * from `products`) in file /home/behzod/myprojects/electronics/backend/vendor/laravel/framework/src/illuminate/database/connection.php on line 712"

CSS
6

Illuminate\Database\QueryException could not find driver

In Ubuntu (18.04)

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

illuminate database queryexception could not find driver (sql select * from

sudo apt-get install php5.6-mysql/php7.2-mysql
sudo apt-cache serch drivername
Posted by: Guest on January-11-2021

Code answers related to "illuminate\database\queryexception: could not find driver (sql: select * from `products`) in file /home/behzod/myprojects/electronics/backend/vendor/laravel/framework/src/illuminate/database/connection.php on line 712"

Browse Popular Code Answers by Language