我该如何修复此错误 ( Laravel 5.7 )?

How can I fix this error ( Laravel 5.7 )?

当我尝试登录时?

Illuminate \ Database \ QueryException (1045) SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) (SQL: select * from users where email = andro.nady2015@gmail.com limit 1)

请试试这个:-

DB_HOST=127.0.0.1

代替这个:-

DB_HOST=localhost

谢谢大家,我通过下载新版本 Xampp

解决了这个问题