PHPackages                             aharisu/generate-form-request-phpdoc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aharisu/generate-form-request-phpdoc

ActiveLibrary

aharisu/generate-form-request-phpdoc
====================================

Generate PHPDoc properties automatically based on the rules specification of the FormRequest class

0.3.1(2y ago)12.4k[1 issues](https://github.com/aharisu/generate-form-request-phpdoc/issues)Apache-2.0PHPPHP ^8.0

Since Apr 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aharisu/generate-form-request-phpdoc)[ Packagist](https://packagist.org/packages/aharisu/generate-form-request-phpdoc)[ RSS](/packages/aharisu-generate-form-request-phpdoc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

Generate FormRequest PHPDoc
===========================

[](#generate-formrequest-phpdoc)

Generate PHPDoc properties automatically based on the rules specification of the FormRequest class.

Installation
------------

[](#installation)

```
composer require --dev aharisu/generate-form-request-phpdoc
```

Usage
-----

[](#usage)

```
php artisan form-request:generate
```

Outputs the PHPDoc of the classes inheriting from `FormRequest` in the `app/Http/Requests` directory to an external file (e.g. `_form_request_phpdoc.php`).

### For example

[](#for-example)

```
