Laravel was displaying to me \"Access denied for user \'homestead\'@\'localhost\' (using password: YES)\". One solution for this was clearing the cache and the config cache
Try deleting these cached files:
/bootstrap/cache/packages.php /bootstrap/cache/services.php /bootstrap/cache/config.php.php
Then run php artisan cache:clear
php artisan cache:clear