onetechasia/laravel-export-docs 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

onetechasia/laravel-export-docs

最新稳定版本:v1.0.6

Composer 安装命令:

composer require onetechasia/laravel-export-docs

包简介

Auto generate document system with laravel

README 文档

README

You can install the package via composer.

composer require onetechasia/laravel-export-docs

Requirements

This package requires the graphviz tool.

You can install Graphviz on MacOS via homebrew:

brew install graphviz

For using chat GPT translate document

Add to .env: OPENAI_API_KEY=sk-xxxxx

Export database diagram

php artisan docs:diagram

Check file in storage/app/export/database/

Export database document

php artisan docs:database

Check file in storage/app/export/database/

Export API document not release yet

php artisan docs:api-spec --collection=url-collection-postman-required --environment=path/postman-environment.json

Note that: postman enviroment must include token login Check file in storage/app/export/api/

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-24