I am trying to make a laravel and stucked when migration. when i enter php artisan migrate in terminal, showing PDOException error. attaching my screenshot of terminal and phpinfo.
Asked
Active
Viewed 452 times
2

Musa
- 96,336
- 17
- 118
- 137

Ahmed Eltaib
- 21
- 1
-
:~/xampp/blog$ php artisan migrate:install [Illuminate\Database\QueryException] could not find driver (SQL: create table `migrations` (`id` int unsigned no t null auto_increment primary key, `migration` varchar(191) not null, `batc h` int not null) default character set utf8mb4 collate utf8mb4_unicode_ci) [PDOException] could not find driver – Ahmed Eltaib May 31 '17 at 13:02
-
just press the title to show image – Ahmed Eltaib May 31 '17 at 13:03
-
1Possible duplicate of [PDOException “could not find driver”](https://stackoverflow.com/questions/2852748/pdoexception-could-not-find-driver) – aynber May 31 '17 at 13:05