We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0788b7a commit b86689dCopy full SHA for b86689d
tutorial/Tutorial.md
@@ -18,7 +18,7 @@ We recommend installing the [PhpcrBrowser](https://github.com/symfony-cmf/phpcrb
18
The shortest self-contained example should output a line with 'value':
19
20
<?php
21
- require("/path/to/jackalope-jackrabbit/vendor/.composer/autoload.php");
+ require("/path/to/jackalope-jackrabbit/vendor/autoload.php");
22
23
$factoryclass = '\Jackalope\RepositoryFactoryJackrabbit';
24
$parameters = array('jackalope.jackrabbit_uri' => 'http://localhost:8080/server');
0 commit comments