sciarcinski/laravel-swagger

OpenApi or Swagger integration to Laravel

Installs: 2 506

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sciarcinski/laravel-swagger

2.0.3 2024-10-01 06:05 UTC

This package is auto-updated.

Last update: 2025-09-29 02:59:32 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