mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

missing --filter in 0.7-dev #46

Closed nenads closed 4 years ago

nenads commented 4 years ago

Description:

Hi,

Is --filter removed in 0.7 by design. ?

Small feedback or usage case:

My project is small laravel project that uses nova and sanctum, not pasport: I had to disable oauth in config, since i do not use passport but sanctum.

Since sanctum is new defacto package for SPA and Mobile APP (simple ones), it would be nice to look in to this. I can't promise but if time allows i will try to create PR.

and btw great work !!!

nenads commented 4 years ago

aha !!!

So idea is to use basePath in config or ignoredRoutes in config.

Greate stuff chears !!!

nenads commented 4 years ago

Let me close this :)