Skip to content

anhduca4/yaml-swagger-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published