- brew update
- brew install php70
- brew install mariadb
- composer global require laravel/valet
- echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bash_profile
- source ~/.bash_profile
- valet install
- mkdir ~/Sites
- cd ~/Sites
- valet park
- Visit your-app.dev
Last active
May 6, 2016 17:41
-
-
Save sohelamin/dc9be49140075169d43809f2df80f066 to your computer and use it in GitHub Desktop.
valet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment