trying to do this:
require '../vendor/autoload.php';
but get this error:
Warning: require(./vendor/autoload.php): failed to open stream: No such file or directory in...
So it doesn't interpret the double dots, only single. Anyone know how to fix this ?