If anyone has a similar challenge, check out Ngrok (https://ngrok.com). Through a few articles I was able to peace together something that works for me. Here's what ended up using for Ngrok 2.0, just one line:
./ngrok http -host-header=rewrite -subdomain=awesomeapp awesomeapp.dev:80
This will expose my local VM, specifically awesome.dev to the internet via the subdomain awesomeapp.ngrok.io - You could leave out the subdomain if you wanted and just use the randomly generated id that Ngrok returns.
Hi Daniel, did you run this from your host or your guest machine? I'm trying all kinds of combinations without success.
I was struggling to get ngrok 2 to work with homestead, this was the only solution i found that actually worked. Thanks a lot!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community