В Connection.php строка 664: не удалось найти драйвер - PullRequest
0 голосов
/ 26 мая 2018

Я только что установил стек LEMP на свой VPS и разместил на нем свое приложение laravel.После запуска php artisan migrate я получаю следующую ошибку:

In Connection.php line 664:

could not find driver (SQL: select * from information_schema.tables where
table_schema = mamaput and table_name = migrations)


In Connector.php line 67:

could not find driver

У меня PHP версии 7.2 и laravel 5.5.Что мне нужно сделать?

...