sciarcinski/laravel-swagger

OpenApi or Swagger integration to Laravel

2.0.3 2024-10-01 06:05 UTC

This package is auto-updated.

Last update: 2024-10-31 06:20:11 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