[DOCUMENTATION] Improve folder structure figure in "Path" type
parent
3405781f15
commit
dc774a9409
|
@ -626,12 +626,14 @@ especially useful when dealing with monolithic repositories.
|
||||||
|
|
||||||
For instance, if you have the following directory structure in your repository:
|
For instance, if you have the following directory structure in your repository:
|
||||||
```
|
```
|
||||||
- apps
|
...
|
||||||
\_ my-app
|
├── apps
|
||||||
\_ composer.json
|
│ └── my-app
|
||||||
- packages
|
│ └── composer.json
|
||||||
\_ my-package
|
├── packages
|
||||||
\_ composer.json
|
│ └── my-package
|
||||||
|
│ └── composer.json
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, to add the package `my/package` as a dependency, in your
|
Then, to add the package `my/package` as a dependency, in your
|
||||||
|
|
Loading…
Reference in New Issue