hypervel / facade-documenter
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
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: 2025-09-14 14:36: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 \ ...