hypervel / facade-documenter
dev-main
2025-04-23 07:14 UTC
Requires
- composer-runtime-api: ^2.2
- hypervel/support: *
- phpstan/phpdoc-parser: ^1.16
This package is auto-updated.
Last update: 2025-05-06 10:03:37 UTC
README
# Configure composer composer config repositories.facade-documenter vcs git@github.com:hypervel/facade-documenter.git # Install the package composer require --dev hypervel/facade-documenter:dev-main # Update the docblocks: php -f vendor/bin/facade.php -- \ Hypervel\\Support\\Facades\\App \ Hypervel\\Support\\Facades\\Artisan \ Hypervel\\Support\\Facades\\Auth \ ... # Lint the docblocks: php -f vendor/bin/facade.php -- --lint \ Hypervel\\Support\\Facades\\App \ Hypervel\\Support\\Facades\\Artisan \ Hypervel\\Support\\Facades\\Auth \ ...