I'm installing Laravel Homestead for the first time. The installation process seems to work fine, but I get an error when I try to connect to the virtual machine.
Up to this point all my Laravel development work has been done using PHP stack on my Mac.
I have followed the step-by-step instructions at https://laravel.com/docs/5.8/homestead
Installation works fine, and I can vagrant ssh and see the Homestead 8.0.0 installation working fine.
The problem comes when I try to view the site being served. I browse to homestead.test or 192.168.10.10
I expect to see the Laravel project displayed in the browser. Instead, I see an error message:
Eloquent error: A facade root has not been set
I know that the code is correct, because I can see it fine if I use php artisan serve on my local machine.
I have reinstalled Vagrant and Homestead countless times now, and made sure VirtualBox is updated. What should I try next to troubleshoot this?