Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jpcaparas/9d22f4ac80cd7bac75a6aed694fee833 to your computer and use it in GitHub Desktop.
Save jpcaparas/9d22f4ac80cd7bac75a6aed694fee833 to your computer and use it in GitHub Desktop.

Get Command Line Tools

xcode-select --install

Install Brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Change the paths to load local binaries first instead of system binaries

export PATH="/usr/local/bin:/usr/local/sbin:$PATH"

Install PHP 7

brew install php70 --with-fpm --without-apache --with-imap --with-debug --without-snmp --with-postgresql

Install MariaDB

brew install mariadb

Install Laravel Valet

https://laravel.com/docs/5.3/valet

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