Swaggervel icon indicating copy to clipboard operation
Swaggervel copied to clipboard

Swagger for Laravel

Results 33 Swaggervel issues
Sort by recently updated
recently updated
newest added

i add modules directory in my projects. how to scan other directory swagger annotations? is config /config/swaggervel.php app-dir?

confing/swaggervel.php app-dir only support one directory. some projects have swagger annotation in different directory .

Hi @slampenny! I'm currently really need a package like Swaggervel, but I see the last update was in January. Are you missing time to manage issues & PRs? There are...

Hi there, I really appreciate your work on this package but I do have a suggestion. Please change Line 21 in the routes.php File to `$appDir = Config::get('swaggervel.app-dir');` Why? Because...

Hi there, since the swagger-php update to v2.0 I got the following console notice when trying to add custom request headers through the swaggervel config file: ``` window.ApiKeyAuthorization is deprecated....

When I setup my composer.json to use the master-dev branch I get pageNotFound error, if I use the 2.0 branch like the readme says I get Class Swagger/Swagger not found...

showing the api browser, but when trying to test any of the api paths, the url produced is: http://myapi.comapi/v1/endpoint when it should be http://myapi.com/api/v1/endpoint