-
Install Homebrew:
- Follow the install instructions found on this page.
-
Tap the wonderful homebrew-php from https://github.com/Homebrew/homebrew-php
$ brew tap homebrew-php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# script to create new symfony2 project | |
# | |
# assumes composer is in the path. to use with homebrew, run: | |
# | |
# ln -s /usr/local/Cellar/composer/1.0.0-alpha5/bin/composer /usr/local/bin/composer | |
# | |
# you may need to edit the composer path to match your installed version of composer |