nextapps-be / laravel-swagger-ui

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

Allow base path to contain multiple segments #22

Closed gdebrauwer closed 10 months ago

gdebrauwer commented 1 year ago

This is currently not possible in config:

'files' => [
    [
        'path' => 'integration/swagger',
    ]
],
treb00 commented 1 year ago

Is this going to be fixed in the future?