Created
April 11, 2016 03:02
-
-
Save ps/e03fa57249e00ba938136cf765bd04b8 to your computer and use it in GitHub Desktop.
add another site to laravel homestead
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edit Homestead.yaml and add under sites section | |
-map: domain.app | |
to: /path/to/public | |
on own machine (NOT VM) edit /etc/hosts and add another entry, grab IP from Homestead.yaml and add line: | |
<ip-from-yaml> domain.app | |
vagrant reload --provision | |
DONE! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment