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
Just only add folder named data in storage/framework/cache/ and try:
data
storage/framework/cache/
php artisan cache:clear