laravel-swagger icon indicating copy to clipboard operation
laravel-swagger copied to clipboard

Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.

Results 21 laravel-swagger issues
Sort by recently updated
recently updated
newest added

1. All type-related validation rules should be skiped 2. `required` validation rule should be skipped, it already mark field with `*` symbol 3. If there is no `required` or `present`...

type: enhancement
state: testing

API rerutn list with many items. In test use asserts: ``` assertJsonStructure([ [ "fio", "login", "validbefore" ] ] ``` in documents generated list with all items. 1. How i can...

Ability to set additional swagger docs in the config file to show it. Will be helpful for using packages which provides endpoints.

type: enhancement

We may parse custom `auth` annotation to define it in the final documentation.

As a first step of #66 we need to find a way to store the app version in the doc file instead of config, to be able to automate it

type: enhancement

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

This cool package, but it can auto generate swagger specs for request params only, but how can I manually annotate response parameters? Thanks in advance