openapi-generator
  • 🌐openapi-generator
  • Overview
    • ⬇️Installation
    • 🔧Configuration
  • Definitions
    • 📪Define a path (route)
    • ❓Define a request
    • ✍️Define a response
  • Usage
    • ⚙️Generate OpenAPI
Powered by GitBook
On this page

openapi-generator

This package allows you to generate OpenAPI documentation from your Laravel application, without extends your controllers or create extra file! Do it from phpDoc or use Attributes.

The packages will bring directly routes from your application (default: /api), request and response from your controllers and models, and will generate a full OpenAPI documentation.

NextInstallation

Last updated 1 year ago

🌐