PHPackages                             mindertech/swagger-lite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mindertech/swagger-lite

ActiveLibrary[API Development](/categories/api)

mindertech/swagger-lite
=======================

Easy way to integrate Swagger into Laravel

1.0.0(4y ago)0525MITPHPPHP &gt;=5.3.0

Since Jun 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mindertech/swagger-lite)[ Packagist](https://packagist.org/packages/mindertech/swagger-lite)[ RSS](/packages/mindertech-swagger-lite/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (2)Used By (0)

Swagger Lite
============

[](#swagger-lite)

Laravel 5 api documentation generator, based on [Swagger 3](http://swagger.io/)

**swagger lite** use just a few lines of code added to your controllers methods.

Installation
------------

[](#installation)

Require this package with composer using the following command:

```
composer require mindertech/swagger-lite

```

After that add to the providers array in config/app.php

```
Pgroot\SwaggerLite\SwaggerLiteServiceProvider::class,

```

Then call

```
php artisan vendor:publish

```

Usage
-----

[](#usage)

If you do all steps mentioned above than the file /config/swagger-lite.php should be generated for you.

```
