Automatically generate docs from request Rules
Lang | Version |
---|---|
PHP | 7.4 or 8.0 |
Laravel | 6.* or 8.* |
You can install the package via composer:
composer require rakutentech/laravel-request-docs --dev
You can publish the config file with:
php artisan vendor:publish --provider="Rakutentech\LaravelRequestDocs\LaravelRequestDocsServiceProvider"
php artisan laravel-request-docs
Docs HTML is generated inside docs/
.
./vendor/bin/phpunit
- Initial Release - POC
- Support Swagger