allatra-it/laravel-openapi

There is no license information available for the latest version (dev-main) of this package.

Easy way to generate OpenAPI specification for your Laravel Applications

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-main 2023-02-27 13:25 UTC

This package is not auto-updated.

Last update: 2024-05-06 19:19:39 UTC


README

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.