codedor / facade-docblock-generator
Generate docblocks for your facade
Installs: 576
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:package
Requires
- php: ^8.2
- illuminate/support: ^10.1
- phpstan/phpdoc-parser: ^1.16
Requires (Dev)
- ably/ably-php: ^1.1
- doctrine/dbal: ^3.6
- illuminate/auth: ^10.1
- illuminate/broadcasting: ^10.1
- illuminate/cookie: ^10.1
- illuminate/encryption: ^10.1
- illuminate/hashing: ^10.1
- illuminate/http: ^10.1
- illuminate/log: ^10.1
- illuminate/mail: ^10.1
- illuminate/notifications: ^10.2
- illuminate/redis: ^10.1
- illuminate/routing: ^10.1
- illuminate/translation: ^10.1
- illuminate/validation: ^10.1
- laravel/pint: ^1.5
- mockery/mockery: ^1.5.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^1.22.3
- spatie/pest-plugin-snapshots: ^1.1
- symfony/filesystem: ^6.2
This package is auto-updated.
Last update: 2025-02-22 18:55:23 UTC
README
Facade Docblock Generator is a package that will help you with generating the docblocks for your facades.
Installation
You can install the package via composer:
composer require codedor/facade-docblock-generator --dev
Usage
vendor/bin/facade-docblock-generator <namespace> <path>
Documentation
For the full documentation, check here.
Testing
vendor/bin/pest
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
Based on the work of Tim MacDonald in the Laravel Framework repository.
Security Vulnerabilities
If you discover any security-related issues, please email dev@codedor.be instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.