How to Install Composer

Post Reply
MohdKhan
Posts: 5
Joined: Sun Jul 05, 2020 1:51 pm

How Can i install composer.

Tags:
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

The same way you will install on every linux distribution:

Code: Select all

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
php -r "unlink('composer-setup.php');"
MohdKhan
Posts: 5
Joined: Sun Jul 05, 2020 1:51 pm

big brother, you're just awesome.

I know I'm newbie in this field or in learning state... but One thing I like about you is your lovely response...

Thanks BOSS. :)
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

One is glad to be of service ;)
Post Reply