Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

composer install mac

Run the below commands inside the Terminal:

Step 1.
sudo php -r "copy('https://getcomposer.org/installer','composer-setup.php');" 

Step 2.
php composer-setup.php

Step 3.
sudo mv composer.phar /usr/local/bin/composer  
Source by www.chriscollins.me #
 
PREVIOUS NEXT
Tagged: #composer #install #mac
ADD COMMENT
Topic
Name
5+3 =