serverless-php
serverless-php copied to clipboard
not able to run php script from the php file
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