Laravel “valet install” not found

后端 未结 9 983
逝去的感伤
逝去的感伤 2020-12-13 09:49

I am trying to set up Laravels Valet (Valet is a Laravel development environment for Mac). Everything works until it comes to the command \"valet install\". This command mus

9条回答
  •  遥遥无期
    2020-12-13 10:12

    This command might solve your problem

    test -d ~/.composer && bash ~/.composer/vendor/bin/valet install || bash ~/.config/composer/vendor/bin/valet install
    

提交回复
热议问题