Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 885 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 885 Bytes

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.