exec - Composer.phar don't want to run by shell_exec from PHP script. Why? -
trying execute possible params, such -d , full path etc.. no errors. when running commands, ok, when running composer cmd, ok too. have tried exec, system, shell_exec etc.. be?
echo system('php composer.phar install');
try outputting error stream well:
system('php composer.phar install 2>&1');
it might give more of hint going wrong.
Comments
Post a Comment