Issue
I'm having issues installing Laravel Valet on macOS Heigh Sierra I already did the following steps.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"- this worked finebrew update- this worked finebrew install homebrew/php/php71- this worked finecomposer global require laravel/valet- this gives mecommand not found.
I know I'm supposed to add it to the path, but this command composer global require laravel/valet should work before I add the path
Solution
Shouldn't you install composer somewhere before executing it? Try executing brew install composer after installing PHP
Answered By - Nico Haase
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.