Sharing Laravel Homestead Sites
So you’re working on one of your many sites running inside Laravel Homestead, but you want to get some feedback from a collegue and would like them to access your site.
Or you are working with an external API that requires access to your development environment to work.
Out of the box you have access to use Vagrant Cloud by using the vagrant share command. Unfortunately this only really works with single-site setups.
Enter ngrok — the free service that makes our day!
Requirements
Mac OS/X (Yosemite assumed, but should work on other versions)
Node Package Manager (NPM)
Installation
We are using NPM to make the installation process easier for us: http://nodejs.org. Simply click the Install button and run the downloaded installer. Also, you are likely to already have this installed if you are running tools like Grunt.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.1 Laravel 5.2 Intermediate