allatra-it / laravel-openapi
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. Email us for help if needed.
Installs: 2 231
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
pkg:composer/allatra-it/laravel-openapi
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0|^9.0|^10.0
- symfony/yaml: ^6.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2024-05-06 19:19:39 UTC
README
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.