composer php - How to install laravel 5 in cpanel? -
so here issue host. trying install composer on remote ssh , response host. told me not blocking side.
curl -ss https://getcomposer.org/installer | php not open input file: curl: (23) failed writing body (251 != 16384)
can suggest how install on remote site ?
try installing composer php
or wget
first.
1) php -r "readfile('https://getcomposer.org/installer');" | php
2) wget https://getcomposer.org/composer.phar
Comments
Post a Comment