You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/valet.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@
372
372
Thus, you may need to delete things from your <info>~/.composer/composer.json</info> file before running <info>composer global update</info> successfully.
373
373
Then to finish removing any Composer fragments of Valet:
374
374
Run <info>composer global remove laravel/valet</info>
375
-
and then <info>rm /usr/local/bin/valet</info> to remove the Valet bin link if it still exists.
375
+
and then <info>rm ".BREW_PREFIX."/bin/valet</info> to remove the Valet bin link if it still exists.
376
376
Optional:
377
377
- <info>brew list --formula</info> will show any other Homebrew services installed, in case you want to make changes to those as well.
378
378
- <info>brew doctor</info> can indicate if there might be any broken things left behind.
0 commit comments