We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I would like running script from the php file, like
$command = '/opt/exemple/exemple run api'; system($command);
It seems doesn't work, just commands which display output like system('ls'); works