标签: laravel nginx homestead
是否可以从Homestead.yaml进行重定向,例如:
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
我想创建一个处理不同域的laravel项目,但要知道用户来自哪个域。