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.
2 parents 0788b7a + b86689d commit 3e927d0Copy full SHA for 3e927d0
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