-
I'm using zircote/swagger-php to create documentation of my project.
They use doctrine/annotations to generate the documentation.
I'm trying to find a way to use laravel-doctrine and zircote/swa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
localhost, being used by so many di…
-
## Expected Behavior
Migrate current web service API to framework based.. so that it will be easy for others to contribute
## Current Behavior
Current web service code is directly tied to Pos…
-
### Step1. 初始化Lumen项目
`composer create-project laravel/lumen lumen_swagger`
![image](https://user-images.githubusercontent.com/30513575/49687833-10065b00-fb44-11e8-8698-f984b9d16138.png)
***
…
-
##### Description
If enum values contain single quotes the codegen generates not valid PHP code.
##### Swagger-codegen version
2.4.0
##### Swagger declaration file content or url
```json
{…
-
Hi,
I use [zircote/swagger-php](https://github.com/zircote/swagger-php) for a project, and i notice that PHP Code Sniffer raise `Expected 1 space after asterisk; x found` error for each line of com…
-
## Descreva o problema que você quer resolver com essa feature
Não é possível verificar os endpoints existentes no projeto sem olhar o código.
## Descreva como você vê uma solução
Criar uma d…
-
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 Error.
So far the only way to g…
-
**Describe the bug**
This plugin uses a `Configuration` class which has extended logic around setting certain configuration options the plugin needs. One such option is `SwaggerBake.json` which is a …
-
##### Description
I'm following the Readme file ([Getting Started](https://github.com/swagger-api/swagger-codegen#getting-started)) to generate a PHP client. The following error happens after run…