Laravel valet linked php error

后端 未结 6 623
温柔的废话
温柔的废话 2021-01-17 19:07

I got an error.

$ valet install

[DomainException]                
Unable to determine linked PHP.  

install

\'which\' command returns:

6条回答
  •  猫巷女王i
    2021-01-17 19:44

    I was going to update Laravel Valet from version 1.* to 2 and ran same error like this

    Unable to determine linked PHP

    The solution was to run

    composer global update

    before I ran

    valet install

提交回复
热议问题