hypervel/facade-documenter
Maintainers
dev-main
2025-10-28 10:01 UTC
Requires
- composer-runtime-api: ^2.2
- hypervel/support: *
- phpstan/phpdoc-parser: ^1.16
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT da7df8cd93056f7e9a38648da2ef2df9e7e47b56
This package is auto-updated.
Last update: 2026-06-28 11:27:00 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 \ ...
