H hmaddy Verified User Joined Apr 17, 2019 Messages 288 May 3, 2022 #1 How to run this command on server. composer install --ignore-platform-req=php Not working here and throwing the error like [root@vikasserver ~]# composer install --ignore-platform-req=php -bash: composer: command not found
How to run this command on server. composer install --ignore-platform-req=php Not working here and throwing the error like [root@vikasserver ~]# composer install --ignore-platform-req=php -bash: composer: command not found
E Erulezz Verified User Joined Sep 14, 2015 Messages 956 Location 🇳🇱 May 3, 2022 #2 That means composer isn’t installed (globally), run: Code: cd /usr/local/directadmin/custombuild ./build update ./build composer Now composer is installed, verify with command Code: composer
That means composer isn’t installed (globally), run: Code: cd /usr/local/directadmin/custombuild ./build update ./build composer Now composer is installed, verify with command Code: composer