Tudor Danes
Tudor Danes
I installed the package in my Lumen app ("laravel/lumen-framework": "5.4.*"). I got an error when i'm using the paginate method of the Query class. As you can see, the signature...
### Before you submit an issue please read this This repository is only for reporting bugs or issues. If you need support, please use Stack Overflow using **laravel-code-generator** tag (https://stackoverflow.com/questions/tagged/laravel-code-generator)...
Even if i set in my config/laravel-swagger.php ` 'basePath' => '/api', ` after running `php artisan laravel-swagger:generate --filter="/api/development_plans" > development_plans.json` the resulting file contains paths with /api included
What is wrong with this method does not exist ? Do I have to provide it in all my controllers ? Is there a config option to turn it off...
I am importing an OpenAPI file, i can see all the requests but the tags are gone, I mean the requests are not grouped by tags as in Swagger editor....