FamilySearch/gedcomx-php

stuck on Tutorial PHP config -- autoload.php

Closed this issue · 1 comments

http://localhost:5000/tutorial.php -- says:

Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory in C:\xamp\htdocs\getcomx-php\tutorial.php

Looks like there may be an error in the require statement. Try changing the require statement to remove the leading forward slash:

require 'vendor/autoload.php';