How to install Composer and Laravel 5?
Hi,
I've searched the InMotion community but haven't found any article about installing Composer and Laravel 5. Can you please help me how to install them? I already have a root access in WHM. Please explain in details.
Thank you!
I've searched the InMotion community but haven't found any article about installing Composer and Laravel 5. Can you please help me how to install them? I already have a root access in WHM. Please explain in details.
Thank you!
curl -sS https://getcomposer.org/installer | php
now we want to create an alias to composer type/paste:
echo "alias composer='php ~/composer.phar'" >> .bashrc
. ~/.bashrc
You will be using SSH to install/manage your composer packages
---------------------
This would be easier for me to do manually, but try to see if you can accomplish this. Tell me if you are facing any problems.