Well I don't think anyone has tried installing composer yet but Laravel itself works in ZPanel (as mentioned by 5050).
Personally I've always used Composer and the Laravel Installer locally on my dev machine and then uploaded the finished project onto the server.
I can't see any problems with installing and using it on a server though I have not tried
^ That should install it.
Personally I've always used Composer and the Laravel Installer locally on my dev machine and then uploaded the finished project onto the server.
I can't see any problems with installing and using it on a server though I have not tried
Code:
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Before posting, update your profile with your OS, Sentora version and server type!