Download the PHP package shortcodes/annotation-generator without Composer
On this page you can find all versions of the php package shortcodes/annotation-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shortcodes/annotation-generator
More information about shortcodes/annotation-generator
Files in shortcodes/annotation-generator
Download shortcodes/annotation-generator
More information about shortcodes/annotation-generator
Files in shortcodes/annotation-generator
Vendor shortcodes
Package annotation-generator
Short Description Console command to generate annotations
License mit
Package annotation-generator
Short Description Console command to generate annotations
License mit
Please rate this library. Is it a good library?
Informations about the package annotation-generator
Annotation Generator
Annotation generator is command used to generate annotation for Swagger 3.0 documentation
Install
composer require shortcodes/annotation-generator
Usage
Register command in
protected $commands = [
GenerateAnnotations::class
];
Then you can use command:
php artisan make:annotation Product --tag="product"
Option is responsible for generation of annotation with correct Swagger 3.0 tag and it is mandatory
Output
Command creates in directory files , , , and with Swagger 3.0 annotations and creates stub of model in named with example property
It is possible to exclude creation of model using option
All versions of annotation-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package shortcodes/annotation-generator contains the following files
Loading the files please wait ....