Laravel valet It works

后端 未结 3 1007
一整个雨季
一整个雨季 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 23:06

    "It works!" will always be a message from Apache. Apache has to be turned off for Laravel Valet to work.

    I see you have tried these before:

    • $ stop apache (apachectl stop)
    • $ sudo apachectl -k stop

    I had the same problem. Try with the command below and then after be sure to restart valet again! This fixed it for me:

    $ sudo apachectl stop
    $ valet restart
    

提交回复
热议问题