We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbadde commit a43b23aCopy full SHA for a43b23a
tutorial/Tutorial.md
@@ -62,7 +62,7 @@ PHPCR and Jackalope follow the PSR-0 standard. If you want your own autoloading,
62
Once you have autoloading set up, bootstrap jackalope-jackrabbit like this:
63
64
<?php
65
- require("/path/to/jackalope-jackrabbit/vendor/.composer/autoload.php");
+ require("vendor/autoload.php");
66
67
// factory (the *only* implementation specific part)
68
$factoryclass = '\Jackalope\RepositoryFactoryJackrabbit';
0 commit comments