sciarcinski/laravel-swagger

OpenApi or Swagger integration to Laravel

2.0.2 2023-11-24 09:15 UTC

This package is auto-updated.

Last update: 2024-04-24 10:10:25 UTC


README

Installation

  1. Run
composer require sciarcinski/laravel-swagger

in console to install this module

Getting started

To get started run:

php artisan make:doc {key} {route_name}

Generating documentation:

php artisan doc:generate