Friends. I am creating a project in laravel 5.5 using windows, but when creating the migrations "php artisan migrate", I get this error:
In Connection.php line 664:
could not find driver (SQL: select * from information_schema.tables where table_schema = walcor and table_name = migrations)
In Connector.php line 67:
could not find driver
What is this? How do I solve it?