hypervel/facade-documenter

Maintainers

👁 albertcht

Package info

github.com/hypervel/facade-documenter

pkg:composer/hypervel/facade-documenter

Statistics

Installs: 11 622

Dependents: 0

Suggesters: 0

Stars: 0

dev-main 2025-10-28 10:01 UTC

Requires

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 \
 ...