Page 1 of 1

How to Install Composer

Posted: Sun Apr 18, 2021 8:09 pm
by MohdKhan
How Can i install composer.

Re: How to Install Composer

Posted: Sun Apr 18, 2021 8:33 pm
by myVesta
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');"

Re: How to Install Composer

Posted: Sun Apr 18, 2021 8:50 pm
by MohdKhan
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. :)

Re: How to Install Composer

Posted: Sun Apr 18, 2021 10:08 pm
by myVesta
One is glad to be of service ;)