Skip to content

pixelcrash/how-to-install-composer-globaly-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

  1. Download lasted version of composer

curl -sS https://getcomposer.org/installer | php

  1. Move Composer to local/bin sudo mv composer.phar /usr/local/bin/

  2. Edit your .bash-profile nano ~/.bash_profile

  3. Make composer short command by adding this to the end of the file alias composer="php /usr/local/bin/composer.phar"

Exit and Save

Restart Terminal

About

The name says it all

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published