O meu dar erro ao mandar executar o migrate, já até olhei os outros tópicos para ver se consigo uma solução e nada, até mesmo tirei o comentário do extension=pdo_sqlite no php.ini.
Illuminate\Database\QueryException
could not find driver (SQL: PRAGMA foreign_keys = ON;)
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:678
674▕ // If an exception occurs when attempting to run a query, we'll format the error
675▕ // message to include the bindings with SQL, which will make this exception a
676▕ // lot more helpful to the developer instead of just the database's errors.
677▕ catch (Exception $e) {
➜ 678▕ throw new QueryException(
679▕ $query, $this->prepareBindings($bindings), $e
680▕ );
681▕ }
682▕
+38 vendor frames
39 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
Whoops\Exception\ErrorException
Module 'mbstring' already loaded
at Unknown:0
1▕
+1 vendor frames
2 [internal]:0
Whoops\Run::handleShutdown()