2017 © Pedro Peláez
 

library swagger

Swagger for Laravel 5

image

latrell/swagger

Swagger for Laravel 5

  • Friday, March 16, 2018
  • by Latrell
  • Repository
  • 1 Watchers
  • 42 Stars
  • 35,930 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 8 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

Swagger

For Laravel 4, please use the 0.3 branch!, (*1)

Swagger for Laravel 5, (*2)

This package combines swagger-php and swagger-ui into one Laravel-friendly package., (*3)

When you run your app in debug mode, Swagger will scan your Laravel app folder, generate swagger json files and deposit them to the docs-dir folder (default is "docs"). Files are then served by swagger-ui under the api-docs director., (*4)

Installation

composer require latrell/swagger dev-master

Update your packages with composer update or install with composer install., (*5)

Usage

To use the Swagger Service Provider, you must register the provider when bootstrapping your Laravel application. There are essentially two ways to do this., (*6)

Find the providers key in config/app.php and register the Swagger Service Provider., (*7)

    'providers' => [
        // ...
        'Latrell\Swagger\SwaggerServiceProvider',
    ]

Run php artisan vendor:publish to push swagger-ui to your public folder and publish the config file., (*8)

Config file config/latrell-swagger.php is the primary way you interact with Swagger., (*9)

Example

The Versions

16/03 2018

dev-master

9999999-dev

Swagger for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Latrell Chan

laravel swagger laravel 5 l5 swagger-ui swagger-php

16/03 2018

1.0.2

1.0.2.0

Swagger for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Latrell Chan

laravel swagger laravel 5 l5 swagger-ui swagger-php

06/07 2015

1.0.1

1.0.1.0

Swagger for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Latrell Chan

laravel swagger laravel 5 l5 swagger-ui swagger-php

08/03 2015

1.0.0

1.0.0.0

Swagger for Laravel5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Latrell Chan

laravel swagger laravel 5 l5 swagger-ui swagger-php

17/08 2014

0.3

0.3.0.0

Swagger for Laravel

  Sources   Download

MIT

The Requires

 

by Latrell Chan

laravel laravel 4 swagger l4 swagger-ui swagger-php

10/07 2014

0.2

0.2.0.0

Swagger for Laravel

  Sources   Download

MIT

The Requires

 

by Latrell Chan

laravel laravel 4 swagger l4 swagger-ui swagger-php

09/07 2014

0.1.3

0.1.3.0

Swagger for Laravel

  Sources   Download

MIT

The Requires

 

by Latrell Chan

laravel laravel 4 swagger l4 swagger-ui swagger-php