1

when I was installing laravel valet I got an error saying:

/bin/bash: C:\Users\user\AppData\Roaming\Composer\vendor\bin\/../laravel/valet/valet: No such file or directory

I already required it with composer by this command:

composer global require cretueusebiu/valet-windows

and then using this command to install it:

valet install

and I get the error as shown at the beginning,

and last but not least thanks for trying to help me.

svqo
  • 45
  • 2
  • 8

1 Answers1

1

Install it using composer as below: composer global require laravel/valet

Reference here

To uninstall the previous version please use below commands: $ composer global remove laravel/valet

If there is any dependencies or any .valet hidden files, you can remove those as well.

mk23
  • 1,257
  • 1
  • 12
  • 25