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

mtrajano/laravel-swagger works for Lumen? #36

Open marcosvolpiok opened 4 years ago

marcosvolpiok commented 4 years ago

That is my question, works for lumen?

Thanks.

mtrajano commented 4 years ago

I have never tested with Lumen but most likely not since I use a lot of support classes from Laravel and also use the router service provider to parse the routes. Not sure how crazy of a change it would be to make it work with Lumen but feel free to give it a try and submit a pr if you can make it work, I still have some other things I need to get out so I probably won’t be able to get to this soon