I'm trying to do php artisan migrate and I got this error:
Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations and table_type = 'BASE TABLE')
catch (Exception $e) {
664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
I have in the phpinfo pdo_mysql
and pdo_pgsql
and I'm using MAMP on windows.
Are there any ideas why I still get this error?