laravel-openapi maintained by allatra-it
Description
Easy way to generate OpenAPI specification for your Laravel Applications
Author
Last update
2023/02/27 14:25
(dev-main)
Downloads
2 231
Tags
Laravel OpenAPI specification
Easy way to generate OpenAPI specification for your Laravel Applications.
Installation
You can install the package via composer:
composer require allatra-it/laravel-openapi --dev
Publish the config
Run the following command to publish the package config file:
php artisan vendor:publish --provider="AllatraIt\LaravelOpenapi\LaravelOpenapiServiceProvider" --tag="config"
You should now have a config/openapi.php file that allows you to configure the basics of this package.