Skip to main content

Install Composer

Let's install Composer, this allows us to install all the amazing vendor files to use Ticaga:

curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php

Let's run the installer:

sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer