hypervel / facade-documenter
Installs: 2 581
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
pkg:composer/hypervel/facade-documenter
Requires
- composer-runtime-api: ^2.2
- hypervel/support: *
- phpstan/phpdoc-parser: ^1.16
This package is auto-updated.
Last update: 2026-01-28 10:33:02 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 \ ...