Closed wturyn closed 9 years ago
dirname(__DIR__)
is correct for these files being located in the examples
directory, since the vendor
directory should be installed in the same directory as composer.json
. Are you moving the example files before running them?
My mistake, closing.
Fixes client.php and server.php require path in examples. Should be
dirname(__FILE__)
or__DIR__
, i went with latter.