ensi/laravel-serve-swagger
最新稳定版本:0.4.3
Composer 安装命令:
composer require ensi/laravel-serve-swagger
包简介
Laravel serve swagger
README 文档
README
The package allows you to output the Swagger UI by configuring only the paths to your openapi3 configs
Installation
You can install the package via composer:
composer require ensi/laravel-serve-swagger
Publish config file like this:
php artisan vendor:publish --provider="Ensi\LaravelServeSwagger\ServeSwaggerServiceProvider"
Configure config/serve-swagger.php
Version Compatibility
| Laravel Serve Swagger | Laravel | PHP |
|---|---|---|
| ^0.1.0 | ^5.8 | ^7.1.3 |
| ^0.1.7 | ^8.0 | ^7.1.3 || ^8.0 |
| ^0.2.0 | ^8.0 | ^7.1.3 || ^8.0 |
| ^0.3.0 | ^8.0 | ^7.1.3 || ^8.0 |
| ^0.3.1 | ^8.0 || ^9.0 | ^8.0 |
| ^0.3.2 | ^8.0 || ^9.0 || ^10.0 || ^11.0 | ^8.0 |
| ^0.4.0 | ^9.0 || ^10.0 || ^11.0 | ^8.1 |
Contributing
Please see CONTRIBUTING for details.
Testing
- composer install
- composer test
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 56.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-05