I\'m running into an issue getting vagrant share to work in conjunction with the laravel homestead vagrant box. My homestead.yaml file looks like:
--- ip: \"192.
Try this command in your homestead directory: vagrant provision
vagrant provision
To get share URL use this command: vagrant share
vagrant share
Sometimes it doesn't worke on windows. Use vagrant share --http 8000
vagrant share --http 8000
8000 is port as homestead uses port forwarding 8000 -> 80
8000
homestead
8000 -> 80
Note: To use vagrant share you must have ngrok installed.