Skip to content

Composer Installation

sunrise-php edited this page Jan 7, 2019 · 1 revision

Go to the directory /usr/local/bin to install the composer globally:

cd /usr/local/bin

Follow the official documentation. After installation, rename the composer executable file:

mv composer.phar composer

Check that everything worked out:

cd ~ && composer --version