I have cloned one of my larval projects on to another laptop and I have run composer install, php artisan key:generate. I have changed the .env file to create the database. When I run php artisan migrate I get the following error
[Illuminate\Database\QueryException]
SQLSTATE[HY000] [1049] Unknown database 'student' (SQL: select * from information_schema.tables where table_schema = student and table_name =migrations)
Any help would be appreciated.