Open AndrewMelnikow opened 4 years ago
That's far from a complete run. Are you sure you copied everything? ;)
I'd consider it at least unlikely that phpDox (and php running it) just silently die but if that's the case something must have crashed very hard.
I'm a bit lost...
Hello, I am installed this package to my Laravel project via composer. Then, I ran this command:
vendor/bin/phpdox --skel > phpdox.xml.dist
Next, I changedsource
parameter in phpdox.xml.dist file tosource="${basedir}"
Then, I ranvendor/bin/phpdox
:And that's all. Where is documentation generated?