@Alpha0_0 the error states that the username/password combo you're using to connect to the database is incorrect. check your .env file and see if the database credentials matches a database user that has access.
May 31, 2017
8
Level 1
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from `users` where `email` = [email protected] limit 1)
Hello Everyone!! I am New to Laravel. Today I install Homestead. But i am having problem with register and login of laravel default. When i run homestead.dev and login it shows error but when i run with 127.0.0.1:8000 it runs fine. Can You please help me to sort this out. what i am missing?
Please or to participate in this conversation.