Why is the following error occurring?
QueryException SQLSTATE[HY000] [1045] Access denied for user \'homestead\'@\'localhost\' (using password: YES)
Add the blank quotes in front of password like this DB_PASSWORD="" In the case if you have an empty password. Hope this solution will work