Skip to content

Instantly share code, notes, and snippets.

@firewalker06
Created August 30, 2013 03:28
Show Gist options
  • Save firewalker06/6386059 to your computer and use it in GitHub Desktop.
Save firewalker06/6386059 to your computer and use it in GitHub Desktop.
PHP configuration for Laravel 4 using PHPBrew and Homebrew in Mac OSX 10.7+
$ brew update

$ brew install jpeg libpng

$ phpbrew install php-5.4.19 +default+dbs+apxs2=/usr/sbin/apxs +mcrypt+openssl -- --with-libdir=Cellar --with-gd=shared --enable-gd-natf --with-jpeg-dir=/usr/local/Cellar --with-png-dir=/usr/local/Cellar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment