hanifhefaz/documentation-generator
最新稳定版本:v1.1.2
Composer 安装命令:
composer require hanifhefaz/documentation-generator
包简介
A Laravel package to generate technical documentation.
README 文档
README
A Laravel package to generate technical documentation for your Laravel project.
Installation
composer require hanifhefaz/documentation-generator
Usage
Run the following command to generate full documentation:
php artisan docs:generate path/to/your/project/
Run the following command to generate documentation based on exclusions. You can exclude any directory that you dont want to generate documentation for.
php artisan docs:generate path/to/your/project --excludeDir=name/of/the/directory
After running one of the commands above, you can enter the main information required for the documentation as well as the format of your documentation:
That is it.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-16
