Vagrant and Laravel
Most likely for any internal server I had to run command
php artisan serve –host=“0.0.0.0”
to access the port forwarding feature of vagrant
Update: I had to also make sure to set the forward to the same as the original 8000 So my Vagrant file looked like this gist
comments powered by Disqus