allatra-it/laravel-openapi
Easy way to generate OpenAPI specification for your Laravel Applications
2,231
1
| Install | |
|---|---|
composer require allatra-it/laravel-openapi |
|
| PHP: | ^7.4|^8.0 |
| Last Updated: | Feb 27, 2023 |
| Links: | GitHub · Packagist |
Maintainer: Evgeny Kovalev
Laravel OpenAPI specification
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.
Related Packages
docuccino/laravel
Generate OpenAPI 3.2 and 3.1 documentation for a Laravel API automatically, from...
1,145
0
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707