Fixing Vagrant Up Error that "laravel/homestead" could not be found

The other day when I was performing a vagrant up I received the following error:

Scotts-Air:laravelVsSymfony scottkeckwarren$ vagrant up
Bringing machine 'laravelvssymfony' up with 'virtualbox' provider...
==> laravelvssymfony: Box 'laravel/homestead' could not be found. Attempting to find and install...
    laravelvssymfony: Box Provider: virtualbox
    laravelvssymfony: Box Version: >= 5.2.0
The box 'laravel/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/laravel/homestead"]
Error: The requested URL returned error: 404 Not Found

The only trick to this was to update Vagrant to the current version. I’m hoping this will help someone else who runs into this problem.