# 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 \
...
forked from laravel/facade-documenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Laravel's Facade docblock generator.
License
stevebauman/facade-documenter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Laravel's Facade docblock generator.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%