Laravel 中安装 Swagger

2019-12-29  本文已影响0人  zzz1t1
composer require darkaonline/l5-swagger

打开config/app.php,在providers添加下面这一行

L5Swagger\L5SwaggerServiceProvider::class,
php artisan vendor:publish
php artisan l5-swagger:generate

访问:
http://localhost/api/documentation

https://caihongtengxu.github.io/2018/20180827/index.html

https://segmentfault.com/a/1190000015653724

上一篇 下一篇

猜你喜欢

热点阅读