File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111[ ![ Laravel Swagger] ( https://github.com/RonasIT/laravel-swagger/actions/workflows/laravel.yml/badge.svg?branch=master )] ( https://github.com/RonasIT/laravel-swagger/actions/workflows/laravel.yml )
1212[ ![ Coverage Status] ( https://coveralls.io/repos/github/RonasIT/laravel-swagger/badge.svg?branch=master )] ( https://coveralls.io/github/RonasIT/laravel-swagger?branch=master )
1313
14+ ## Comparison to another documentation generators
15+
16+ | | LaravelSwagger | [ Scramble] ( https://github.com/dedoc/scramble ) |
17+ | -| ------------------------| ----------------------------------------------|
18+ | Force developers to write tests | :white_check_mark : | :x : |
19+ | Guarantee that API works | :white_check_mark : | :x : |
20+ | Integrate without routes modification | :white_check_mark : | :x : |
21+ | Generate response schema using JSON Resource class | :x : | :white_check_mark : |
22+ | Runtime documentation generation | :x : | :white_check_mark : |
23+
1424## Introduction
1525
1626This plugin is designed to generate documentation for your REST API during the
You can’t perform that action at this time.
0 commit comments