I am new to Homestead but not Laravel. I went through the process of setting up my new installation and was able to see the welcome message on the main page.
Then I tried to enable authentication for user login by doing:
php artisan make: auth
This worked for me outside of Homestead, but in this environment that launches a webpage, it throws the following error:
public / build / rev-manifest.json): could not open the stream: there is no such file or directory
I looked inside the public, and there is no folder to build. Should I create it? If I have to create a json file, what should I insert? And more importantly, why am I getting this error at all?
Help rate!