Uncategorized
Installing COMPOSER IN MACOSX
August 15, 2018
0

RUN THE BELOW COMMAND IN terminal:

 
php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);”

php -r “if (hash_file(‘SHA384’, ‘composer-setup.php’) === ‘544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } echo PHP_EOL;”

php composer-setup.php –install-dir=bin –filename=composer
mv composer.phar /usr/local/bin/composer

php -r “unlink(‘composer-setup.php’);”

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

My Motivations Video(s)

Read more

MacOSX: Mojave Saas Install Error Fix

Building native extensions.  This could take ...

Read more

Composition: Rule of Thirds

Composition = Emphasis = The Key to take Strong Im...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *