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

Head methods generated for all routes #1

Closed overint closed 6 years ago

overint commented 6 years ago

Upon running the generation of laravel 5.5, the output contains a head method for every single route, despite there being no head methods.

I will investigate further when I have a chance.

ss 2018-04-10 at 10 28 39

mtrajano commented 6 years ago

I pushed a fix for this in master. Will be releasing another version soon, so this should be fixed on 0.2. If you need this now you can set the version to dev-master, update and it should work.