gecche / laravel-multidomain

A Laravel extension for using a laravel application on a multi domain setting
MIT License
838 stars 105 forks source link

how can test multi domain in localhost ? #70

Closed progintYasin closed 2 years ago

progintYasin commented 2 years ago

hi how can test multi domain in localhost ? i add 127.0.0.1 myTestDomain.com in hosts file in windows but when i run this domain just wamp show on browser

gecche commented 2 years ago

Hi,

regardless if whether you use windows, mac or linux, I think you simply should configure your local web server (apache or nginx) in order to serve mytestdomain.com other than localhost.

I close the issue as this seems outside of the scope of the package: if you have a specific issue regarding the package please reopen it

cheers

giacomo