How to run composer update on PHP server?
问题 Is there a way to run composer update command on our production/test environment? Problem is that i don't have access for Command Line. 回答1: Yes. there is a solution. but it could demands some server configuration... and some of these are forbidden by default due to security risks!! download composer.phar https://getcomposer.org/download/ - this is PHP Archive which can be extracted via Phar() and executed as regular library. create new php file and place it to web public folder. i.e. /public