Skip to content

Instantly share code, notes, and snippets.

@blissjaspis
Created February 14, 2018 11:07
Show Gist options
  • Save blissjaspis/5bb6e200d6304c280df1dac47cdfd82a to your computer and use it in GitHub Desktop.
Save blissjaspis/5bb6e200d6304c280df1dac47cdfd82a to your computer and use it in GitHub Desktop.
Cara Install Laravel Valet di MAC
1- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2- brew install homebrew/php/php71
3- composer global require laravel/valet
4- echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc
5- source ~/.bashrc
6- valet install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment