2017 © Pedro Peláez
 

library swagger-ui-lumen

Swagger UI in Lumen 5

image

jessekoska/swagger-ui-lumen

Swagger UI in Lumen 5

  • Wednesday, August 17, 2016
  • by jessekoska
  • Repository
  • 1 Watchers
  • 1 Stars
  • 324 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

SwaggerUILumen

Swagger UI for Lumen 5, (*1)

Martin Abelson Sahlen style of swagger-ui implemented., (*2)

Installation

    composer require "jessekoska/swagger-ui-lumen dev-master"
  • Open your bootstrap/app.php file and:

uncomment this line (around line 26) in Create The Application section:, (*3)

     $app->withFacades();

add this line before Register Container Bindings section:, (*4)

     $app->configure('swagger-ui-lumen');

add this line in Register Service Providers section:, (*5)

    $app->register(SwaggerUILumen\ServiceProvider::class);

Configuration

  • Run php artisan swagger-ui-lumen:publish-config to publish configs (config/swagger-ui-lumen.php)
  • Make configuration changes if needed
  • Run php artisan swagger-ui-lumen:publish to publish

The Versions

17/08 2016

dev-master

9999999-dev

Swagger UI in Lumen 5

  Sources   Download

MIT

The Requires

 

by Darius Matulionis
by Jesse Koska
by Martin Abelson Sahlen

laravel lumen swagger