jessekoska / swagger-ui-lumen
Swagger UI in Lumen 5
dev-master
2016-08-17 19:27 UTC
Requires
- php: >=5.5.9
- laravel/lumen-framework: ~5.0
- symfony/yaml: ~3.0
This package is not auto-updated.
Last update: 2024-11-19 23:36:01 UTC
README
Swagger UI for Lumen 5
Martin Abelson Sahlen style of swagger-ui implemented.
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:
$app->withFacades();
add this line before Register Container Bindings
section:
$app->configure('swagger-ui-lumen');
add this line in Register Service Providers
section:
$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