SwaggerLume icon indicating copy to clipboard operation
SwaggerLume copied to clipboard

Lumen swagger

Results 44 SwaggerLume issues
Sort by recently updated
recently updated
newest added

Hello, Swagger UI tries to load docs over https, https://localhost:8091/docs ... But that doesn't exists. It should be http. If I change the following line in `SwaggerLumeController.php` it works: from:...

Hi, I install and configure and use this package in dev mode successful but my produccion server is in https, and i installed an generate the documentation, but in the...

Hi guys. I would like to put my annotation in the controller to a new yaml file so that I can manage it effectively. If somebody knows the answer, please...

Hi Guys, How to use endpoint mapping by a yaml file instead of mapping by annotations in the controllers class? Example: https://github.com/zircote/swagger-php/blob/master/Examples/petstore.swagger.io/petstore.swagger.io.yaml

Hey, I have a fresh lumen install with some routes, installed the SwaggerLume package and served the project with php only to find out this: ``` PHP 7.3.14-6+ubuntu18.04.1+deb.sury.org+1 Development Server...

Hi, How could I handle multiple definitions for my API versions like v1, v2, v3... ? I'm using different namespaces inside Lumen for each API version, the generation command try...

Hey, I just tried to use this for my new empty Lumen project on version 5.7.6. I added all the lines mentioned, then tried to run `php artisan swagger-lume:publish-config` and...

I suspect since the changes between 8 and 9 are quite subtle, an update to the composer.json might suffice? ``` Problem 1 - Root composer.json requires darkaonline/swagger-lume 8.* -> satisfiable...

Hi, It would be nice if we could generate docs to yaml format. In laravel package, we can do that through the [configuration file](https://github.com/DarkaOnLine/L5-Swagger/blob/b2e7885df13b0c43b48a8a1028d77428126228da/config/l5-swagger.php#L31) I'ma asking for that because I'd...

Hi guys ,i have this error when i run in command line "php artisan swagger-lume:generate" : In Logger.php line 40: Required @OA\Info() not found , But i have already initialize...