laravox/documentor
Composer 安装命令:
composer require laravox/documentor
包简介
Easy way to document your laravel projects!
README 文档
README
Steps to install
- You need to install phive (https://github.com/phar-io/phive)
- phive install --force-accept-unsigned phpDocumentor
- install the package:
composer require laravox/documentor - add the next attribute in your app/Console/Kernel.php file:
protected $commands = [ \Laravox\Documentor\Console\Commands\DocumentorBuildCommand::class, ];
How to use it?
php artisan documentor:build {source?} {destiny?}
The {source?} variable allows you to specify the folder which will be documented
The {destiny?} variable allows you to specify the folder where the documentation will be stored.
Both variables are optional.
The default value for {source} is the app/ folder.
The default value for {destiny} is the docs/ folder.
Any issue or suggestion is welcomedto improve this repository.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-12