Laravel valet It works

后端 未结 3 1077
一整个雨季
一整个雨季 2021-02-13 22:40

I\'m trying to install Laravel valet but I keep getting (when I visit domain.dev):

It works! 

I already tried a lot. For example:<

3条回答
  •  不要未来只要你来
    2021-02-13 22:55

    No need to stop Apache, and it doesn't have anything to do with Homestead.

    The answers provided solve your problem but they are not good.

    You can simply run

    valet port 8888
    

    (or whatever port you want) and get your site on domain.dev:8888

    The point is not that Apache and Nginx don't like each other, they are agnostic of each other, just keep them listening on different ports.

提交回复
热议问题