когда я пытаюсь мигрировать ... php ремесленник мигрирует ... он говорит ...
Подсветка \ База данных \ QueryException
не удалось найти драйвер (SQL: выберите * из information_schema.tables, где tabl e_schema = forproject и table_name = migrations и table_type = 'BASE TABLE')
в E: \ xampp \ htdocs \ forpractice \ vendor \ laravel \ framework \ src \ Illuminate \ Databas e \ Connection. php: 671
667| // If an exception occurs when attempting to run a query, we'll
format the error
668| // message to include the bindings with SQL, which will make th
is exception a
669| // lot more helpful to the developer instead of just the databa
se's errors.
670| catch (Exception $e) {
671| throw new QueryException(
672| $query, $this->prepareBindings($bindings), $e
673| );
674| }
675|
1 E: \ xampp \ htdocs \ forpractice \ vendor \ laravel \ framework \ src \ Illuminate \ Databa se \ Connectors \ Connector . php: 70
PDOException: :( "не удалось найти драйвер")
2 E: \ xampp \ htdocs \ forpractice \ vendor \ laravel \ framework \ src \ Illuminate \ Databa se \ Connectors \ Connector. php: 70
PDO :: __ construct () ...
что мне нужно сделать сейчас