@Ufuk Gerror importing database
php artisan migrate:fresh --seed - Dropping all tables ............................................... 1ms FAIL Illuminate\Database\QueryException could not find driver (SQL: SHOW FULL TABLES WHERE table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:760 756▕ // If an exception occurs when attempting to run a query, we'll format the error 757▕ // message to include the bindings with SQL, which will make this exception a 758▕ // lot more helpful to the developer instead of just the database's errors. 759▕ catch (Exception $e) { ➜ 760▕ throw new QueryException( 761▕ $query, $this->prepareBindings($bindings), $e 762▕ ); 763▕ } 764▕ } [2m+44 vendor frames [22m 45 artisan:37 Illuminate\Foundation\Console\Kernel::handle()