0 Is it possible to make an redirect from the Homestead.yaml like: sites: - map: main-domain.test to: /home/vagrant/code/main-domain.test/public php: "5.6" - map: second-domain.test to: main-domain.test/3457256 I would like to make a laravel project which handles different domains, but knows from which domain the user comes. laravel nginx homestead share | improve this question edited Nov 15 '18 at 11:30 IFR asked Nov 14 '18 at 8:34 IFR IFR 203 2 9 add a comment | 0 Is it possible to make an redirect from the Homestead.yaml like: sites: - map: main-domain.test to: /home/vagrant/code/main-domain.test/public php: "5.6" - map: second-domain.test to: main-domain.test/3457256 I would like to make a laravel project which handles different domains, but knows from which domain the user comes. laravel nginx homestead share | improve this question edited Nov 15 '18...