DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel
https://github.com/DarkaOnLine/L5-Swagger
MIT License
2.64k stars 394 forks source link

Is it possible for a team to generate only part of the documentation? #480

Closed Vasiliy-Makogon closed 2 years ago

Vasiliy-Makogon commented 2 years ago

Hello. Is it possible for a team to generate only a part of the documentation, according to some criteria, for example, the presence of a certain tag in annotations? For example:

php artisan l5-swagger:generate --tags=client
DarkaOnLine commented 2 years ago

I see you already got answer on how to achieve this with using processors. And for --tags=client part of this package at least I had no plans to implement this. If you are wiling to contribute please submit a PR