Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 618 Bytes

Facade Documenter

# Configure composer
composer config repositories.facade-documenter vcs [email protected]:laravel/facade-documenter.git

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

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

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