How to install Composer on Synology

So simple, just copy and past the below commands.

sudo -i
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
exit

CATEGORIES:

Tips and tricks

Comments are closed