Need Help π¬
Framework - Laravel
Hosting - Hostgator
Problem Statement :- I need to run the 'composer update'. All dependencies required minimun php -v of 5.5.9. I have manualy Upgrade the php version of Project directory to 5.6 from cpanel using 'Php configration' plugin. But when i logged in using ssh, then i got the php -v of 5.4.45. Ofcourse It targeting the deafult php version of the server. Is there any way to update php to 5.6 or above on ssh also. No root user access. No help from support team also. π
command line
(CLI) and thewebserver
are not running the same version of PHP. When executing functions over SSH, it's looking at the CLI. They should be the same version. β GubernatorialLaravel Forge
to manage your server, or buy a cheap VPS and build one out if you're feeling up to it. β Gubernatorial