nextapps-be / laravel-swagger-ui

Add Swagger UI to a Laravel application.
MIT License
160 stars 20 forks source link

Add sub-path routes support #23

Closed matysekmichal closed 10 months ago

matysekmichal commented 1 year ago

This PR is the solution to "Allow base path to contain multiple segments" issue. It gives possibility to serve Swagger UI under non root path, eg. example.com/api/docs/api-name.

generaloalvin commented 10 months ago

Any updates on this?

gdebrauwer commented 10 months ago

Thanks @matysekmichal!