westhack/laravel-swagger is a Laravel package for laravel swagger ui.
It currently has 1 GitHub stars and 17 downloads on Packagist (latest version v1.0.2).
Install it with composer require westhack/laravel-swagger.
Discover more Laravel packages by westhack
or browse all Laravel packages to compare alternatives.
Last updated
This is the Swagger 3.0 ui
composer require rachidlaasri/laravel-installer
Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the config/app.php file.
Laravel 5.4 and below
Register the package with laravel in config/app.php under providers with the following:
'providers' => [
\Westhack\LaravelSwagger\Providers\SwaggerServiceProvider::class,
];
php artisan vendor:publish --provider="Westhack\LaravelSwagger\Providers\SwaggerServiceProvider"
/swagger/api/swaggerMIT license