Laravel valet linked php error

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

I got an error.

$ valet install

[DomainException]                
Unable to determine linked PHP.  

install

\'which\' command returns:

6条回答
  •  野的像风
    2021-01-17 19:39

    if your PHP version 7.x and valet > 2.0.8 update valet valet stop

    valet uninstall

    brew install php

    composer global require laravel/valet

    then valet install

提交回复
热议问题