Sorry my poor english. I'm learning Laravel. I've tried do a migration (php artisan migrate) and i get this error message:
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'homest
ead'@'localhost' (using password: YES)
Laravel is trying connecting using user homestead... however my database config file specify using root as user to connect to the database:
What's going wrong?
Thanks for any help.
