/laravel-openapi

Easy way to generate OpenAPI specification for your Laravel Applications

Primary LanguagePHPOtherNOASSERTION

Laravel OpenAPI specification

Latest Version on Packagist Total Downloads

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.