You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 changed source parameter in phpdox.xml.dist file to source="${basedir}"
Then, I ran vendor/bin/phpdox:
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 changed
source
parameter in phpdox.xml.dist file tosource="${basedir}"
Then, I ran
vendor/bin/phpdox
:And that's all. Where is documentation generated?
The text was updated successfully, but these errors were encountered: