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

Allow customising swagger responses #54

Open mlambley opened 3 years ago

mlambley commented 3 years ago

I love your project mate, it saved me a lot of time. The only thing I need is to customise responses. While I appreciate that https://github.com/mtrajano/laravel-swagger/issues/32 will go a long way, I need to be able to customise things such as creating a 204 response on delete and patch, tying in with my customised model transformers, etc.

If you could please squash merge these in or suggest changes that would be great. Thanks.