Download the PHP package rygilles/laravel-openapi-schema-generator without Composer
On this page you can find all versions of the php package rygilles/laravel-openapi-schema-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rygilles/laravel-openapi-schema-generator
More information about rygilles/laravel-openapi-schema-generator
Files in rygilles/laravel-openapi-schema-generator
Package laravel-openapi-schema-generator
Short Description Generate OpenAPI schema from your Laravel Api project.
License MIT
Homepage http://github.com/rygilles/laravel-openapi-schema-generator
Informations about the package laravel-openapi-schema-generator
Laravel OpenAPI Schema Generator (WIP !)
Automatically generate your Laravel Api project OpenAPI schema.
Installation
Laravel version >= 5.4 is required.
Require this package with composer using the following command:
Go to your config/app.php
and add the service provider:
Publish configuration file
This package need a configuration file in to work properly.
After publishing, edit the file located in your Laravel configuration folder in config/openapischemas.php
.
@todo : Documentation on config file content
Usage
To generate your API JSONs schemas, use the openApiSchemas:generate
artisan command.
@todo : README.md to complete
All versions of laravel-openapi-schema-generator with dependencies
laravel/framework Version ~5.4
phpdocumentor/reflection-docblock Version 3.1.*