This package helps you with the automatic generation of the file with the .yml extension that contains the OpenAPI specification of your registered routes.
You can install the package via composer:
composer require gregorip02/openapi-generator
Publish the package configuration file.
php artisan vendor:publish --provider="OpenapiGenerator\OpenapiGeneratorServiceProvider"
Generate your openapi.yaml
file.
php artisan openapi:generate
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email gregori.pineres02@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.