在 Laravel/lumen 中生成 API 文档而不使用注释:分步指南
P粉662614213
P粉662614213 2024-01-08 09:51:50
0
1
423

我无法通过 Composer require Rakutentech/Laravel-request-docs --dev 在 Laravel/lumen 中生成 API 文档。

是否有任何工具可用于在 Laravel/lumen 中自动生成文档。

P粉662614213
P粉662614213

全部回复(1)
P粉564301782

首先,没有 供应商:在流明中发布。您可以使用 php artisan list 进行检查,它将显示它缺少 vendor 命令:

Available commands:
completion           Dump the shell completion script
help                 Display help for a command
list                 List commands
migrate              Run the database migrations
auth
 auth:clear-resets    Flush expired password reset tokens
cache
 cache:clear          Flush the application cache
....
schedule
 schedule:run         Run the scheduled commands
 schedule:work        Start the schedule worker
schema
 schema:dump          Dump the given database schema

您可以使用多种解决方法,例如:


如果您已经从错误消息开始进行研究,那么您会更轻松。

此外,还有一点建议,通常会避免请求场外资源。每当您要求替代套餐时请务必小心。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!