Search by

ugarit / facade-documenter

muathrabuouda

Package info

github.com/ugaritco/facade-documenter

pkg:composer/ugarit/facade-documenter

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.00.00 2026-09-15 14:49 UTC

This package is auto-updated.

Last update: 2026-09-15 20:20:34 UTC


README

# Configure composer
composer config repositories.facade-documenter vcs git@github.com:ugarit/facade-documenter.git

# Install the package
composer require --dev ugarit/facade-documenter:dev-main

# Update the docblocks:
php -f vendor/bin/facade.php -- \
    Heritage\\Support\\Facades\\App \
    Heritage\\Support\\Facades\\Scribe \
    Heritage\\Support\\Facades\\Auth \
    ...

# Lint the docblocks:
php -f vendor/bin/facade.php -- --lint \
    Heritage\\Support\\Facades\\App \
    Heritage\\Support\\Facades\\Scribe \
    Heritage\\Support\\Facades\\Auth \
    ...