jessekoska/swagger-ui-lumen is a Laravel package for swagger ui in lumen 5.
It currently has 1 GitHub stars and 452 downloads on Packagist.
Install it with composer require jessekoska/swagger-ui-lumen.
Discover more Laravel packages by jessekoska
or browse all Laravel packages to compare alternatives.
Last updated
Swagger UI for Lumen 5
Martin Abelson Sahlen style of swagger-ui implemented.
composer require "jessekoska/swagger-ui-lumen dev-master"
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);
php artisan swagger-ui-lumen:publish-config to publish configs (config/swagger-ui-lumen.php)php artisan swagger-ui-lumen:publish to publish