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

Generate params from Requests #27

Closed pleaz closed 4 years ago

pleaz commented 4 years ago

Description:

seems like generator doesn't parse Requests, I called controller and request class like in your sample, but haven't got params in JSON file Does somebody test it ? also will you implement generation samples of response using laravel resource classes?

mtrajano commented 4 years ago

Released fix in v0.6.2, thanks for the pr