Heim  >  Fragen und Antworten  >  Hauptteil

Generieren Sie eine API-Dokumentation in Laravel/Lumen, ohne Anmerkungen zu verwenden: eine Schritt-für-Schritt-Anleitung

Ich kann keine API-Dokumentation in Laravel/Lumen über Composer generieren, dafür ist Rakutentech/Laravel-request-docs --dev erforderlich.

Gibt es ein Tool zum automatischen Generieren von Dokumentationen in Laravel/Lumen?

P粉662614213P粉662614213308 Tage vor422

Antworte allen(1)Ich werde antworten

  • P粉564301782

    P粉5643017822024-01-09 00:41:09

    首先,没有 供应商:在流明中发布。您可以使用 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

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


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

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

    Antwort
    0
  • StornierenAntwort