Skip to content

Commit

Permalink
docs: add documentation block with comparison to another documentatio…
Browse files Browse the repository at this point in the history
…n generators.
  • Loading branch information
Konstantin Lapkovsky committed Dec 19, 2023
1 parent e939c8f commit c793b27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
[![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)
[![Coverage Status](https://coveralls.io/repos/github/RonasIT/laravel-swagger/badge.svg?branch=master)](https://coveralls.io/github/RonasIT/laravel-swagger?branch=master)

## Comparison to another documentation generators

| | LaravelSwagger | Scramble |
|-|-|-|
| Force developers to write tests | + | - |
| Guarantee that API works | + | - |
| Integrate without routes modification | + | - |
| Generate response schema without using JSON Resource class | + | - |
| Need a sorage to save generated documentation | + | - |

## Introduction

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

0 comments on commit c793b27

Please sign in to comment.