Skip to content

Laravel's Facade docblock generator.

License

Notifications You must be signed in to change notification settings

laravel/facade-documenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel's Facade docblock generator.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages