1
0
Fork 0

Merge pull request #4612 from potherca/path-repository-documentation

Adds more details about Path Repository to the Documentation - #4412
pull/4618/head
Rob 2015-11-19 10:53:12 +01:00
commit 06586c9b40
1 changed files with 7 additions and 0 deletions

View File

@ -639,6 +639,13 @@ file, you can use the following configuration:
}
```
The local package will be symlinked if possible, in which case the output in
the console will read `Symlinked from ../../packages/my-package`. If symlinking
is _not_ possible the package will be copied. In that case, the console will
output `Mirrored from ../../packages/my-package`.
Instead of using a relative path, an absolute path can also be used.
> **Note:** Repository paths can also contain wildcards like ``*`` and ``?``.
> For details, see the [PHP glob function](http://php.net/glob).