Skip to content

Instantly share code, notes, and snippets.

@sohelamin
Last active May 6, 2016 17:41
Show Gist options
  • Save sohelamin/dc9be49140075169d43809f2df80f066 to your computer and use it in GitHub Desktop.
Save sohelamin/dc9be49140075169d43809f2df80f066 to your computer and use it in GitHub Desktop.
valet

Valet Installation Guide

A PHP Development Environment by Laravel

  1. brew update
  2. brew install php70
  3. brew install mariadb
  4. composer global require laravel/valet
  5. echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bash_profile
  6. source ~/.bash_profile
  7. valet install
  8. mkdir ~/Sites
  9. cd ~/Sites
  10. valet park
  11. Visit your-app.dev

Learn More

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment