Skip to content

Easy way to generate OpenAPI specification for your Laravel Applications

License

Notifications You must be signed in to change notification settings

freelance888/laravel-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Easy way to generate OpenAPI specification for your Laravel Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published