Всем привет. Начал изучать laravel и при первом запуске php artisan migrate пишет такую ошибку:
Illuminate\Database\QueryException
could not find driver (SQL: select * from information_schema.tables where tab
le_schema = isll and table_name = migrations and table_type = 'BASE TABLE')
at D:\OSPanel\domains\isLL\isLinenLife\vendor\laravel\framework\src\Illuminat
e\Database\Connection.php:669
665| // If an exception occurs when attempting to run a query, we'l
l format the error
666| // message to include the bindings with SQL, which will make t
his exception a
667| // lot more helpful to the developer instead of just the datab
ase's errors.
668| catch (Exception $e) {
> 669| throw new QueryException(
670| $query, $this->prepareBindings($bindings), $e
671| );
672| }
673|
1 D:\OSPanel\domains\isLL\isLinenLife\vendor\laravel\framework\src\Illumina
te\Database\Connectors\Connector.php:70
PDOException::("could not find driver")
2 D:\OSPanel\domains\isLL\isLinenLife\vendor\laravel\framework\src\Illumina
te\Database\Connectors\Connector.php:70
PDO::__construct()
Уже перелопатил форумы, везде разные способы предлагают, но ничего не помогло. В чем может быть проблема и как это исправить?