Looking to hire Laravel developers? Try LaraJobs

yaml-swagger-laravel maintained by endanguyen

Description
Create swagger read only yaml slpit file to easy develop
Last update
2019/02/28 09:52 (dev-master)
License
Links
Downloads
3 109

Comments
comments powered by Disqus

Laravel Swagger - OpenApi or Swagger Specification for your Laravel project made easy read onlye from yaml folder.

Swagger 3.0 for Laravel >=5.7 This package is a wrapper of swagger-ui adapted to work with Laravel 5.

Publish pack config and view files into your project by running:

$ php artisan vendor:publish --provider "Enda\YamlSwaggerLaravel\YamlSwaggerLaravelServiceProvider"

open your config/app.php and add this line in providers section

Enda\YamlSwaggerLaravel\YamlSwaggerLaravelServiceProvider::class,

Edit pack config in

config/swagger.php

Edit and create documents swagger in

documents/swagger_v1

-Document swagger open api 3.0 -Nexus