Skip to content

Commit e39de87

Browse files
authored
Merge pull request #117 from RonasIT/extend-readme-with-comparison
docs: add documentation block with comparison to another generators
2 parents e939c8f + 2c8e02a commit e39de87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
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

1626
This plugin is designed to generate documentation for your REST API during the

0 commit comments

Comments
 (0)