laravel - Need to run 'composer update' on ssh on hostgator, but php -v to low -
need 🛬
framework - laravel
hosting - hostgator
problem statement :- need run 'composer update'. dependencies required minimun php -v of 5.5.9. have manualy upgrade php version of project directory 5.6 cpanel using 'php configration' plugin. when logged in using ssh, got php -v of 5.4.45. ofcourse targeting deafult php version of server. there way update php 5.6 or above on ssh also. no root user access. no support team also. ðŸŽ
recently update composer , php in mac_system
, used these commands terminal
-local php update in mac os curl -s http://php-osx.liip.ch/install.sh | bash -s 7.0
-export path=/usr/local/php5/bin:$path (change php version create project)
this above link.. used.. try command or link. think knowledge on it.
Comments
Post a Comment