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
You should update the permission using the below command-/
sudo chown -R www-data:www-data ./storage
This will resolve your below issue