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 95f5da5 commit b931461Copy full SHA for b931461
README.md
@@ -24,7 +24,9 @@ One of the standout features of this tool is the ability to generate class diagr
24
To enable this feature, generate the diagrams in SVG format and use the `--svg-topurl` option to specify the base URL for the links:
25
26
```shell
27
-$ vendor/bin/php-class-diagram --svg-topurl='https://github.com/your-username/your-repo/blob/main/path/to/source' path/to/php/files
+$ vendor/bin/php-class-diagram \
28
+ --svg-topurl='https://github.com/your-username/your-repo/blob/main/path/to/source' \
29
+ path/to/php/files
30
```
31
32
To embed the SVG diagrams in HTML while preserving the clickable links, use the `embed` or `object` tags instead of `img`. Here’s an example:
0 commit comments