Skip to content

Instantly share code, notes, and snippets.

@drog
Created July 30, 2014 16:57
Show Gist options
  • Save drog/4f7dde146fb1d85ea0a4 to your computer and use it in GitHub Desktop.
Save drog/4f7dde146fb1d85ea0a4 to your computer and use it in GitHub Desktop.
composer in xampp
#Instalar composer en xampp
cd /opt/lamp/bin
curl -s https://getcomposer.org/installer | /opt/lampp/bin/php
#nano ~/.bashrc
alias php='/opt/lampp/bin/php'
alias composer='/opt/lampp/bin/php /opt/lampp/bin/composer.phar'
#link
ln -s /opt/lampp/bin/php /usr/bin/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment