The virtual hosts step was a little confusing. I don't know if I'm supposed to have exactly what you have in the instructions. Here's the instructions:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
Paste the following:
192.168.10.10 homestead.app
And here's why my hosts file has:
127.0.0.1 localhost
127.0.1.1 david-Satellite-C55D-B
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
I guess I'll just add 192.168.10.10 homestead.app to the bottom.
(idk if these things are considered sensitive information, so if they are let me know, I'll remove them from github)
The virtual hosts step was a little confusing. I don't know if I'm supposed to have exactly what you have in the instructions. Here's the instructions:
And here's why my hosts file has:
I guess I'll just add
192.168.10.10 homestead.app
to the bottom. (idk if these things are considered sensitive information, so if they are let me know, I'll remove them from github)