Install Valet on Mac using following commands:
Update brew
brew update
Install latest version of php
brew install php
Start php service
brew services start php
Install composer
brew install composer
Install composer using valet
composer global require laravel/valet
Set ~/.composer/vendor/bin directory in your system's "PATH"
export PATH="$PATH:$HOME/.composer/vendor/bin"
Install valet
valet install
*Note: If you get any error while running "valet install" command then run "brew upgrade" and then try again.
#Laravel #LaravelTutorial #LaravelTutorialForBeginners #Valet #mac #InstallValet