Looking to hire Laravel developers? Try LaraJobs

laravel-openapi maintained by allatra-it

Description
Easy way to generate OpenAPI specification for your Laravel Applications
Last update
2023/02/27 14:25 (dev-main)
Downloads
2 231

Comments
comments powered by Disqus

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.