As I run php artisan migrate command it output
php artisan migrate
In Connection.php line 664: could not find driver (SQL: select * from information_schema.tables where t able_schema = employee and table_name = migrations) In PDOConnection.php line 47: could not find driver In PDOConnection.php line 43: could not find driver
and also i have pdo enabled for mysql, pgsql, sqlite im using ubuntu 16 and PHP Version 7.2.8 and laravel 5.5
Use php -m command to check whether mysql, pgsql, sqlite modules are installed.
php -m
mysql, pgsql, sqlite
If not listed then use following command to install.
apt-get install php7.2-mysql php7.2-pgsql php7.2-sqlite
1.4m articles
1.4m replys
5 comments
57.0k users