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
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-24