jlaso / api-doc-bundle
API 文档包
dev-master
2018-11-14 20:19 UTC
Requires
- php: >=5.3.7
This package is auto-updated.
Last update: 2024-09-15 11:16:22 UTC
README
将 API 文档打包
安装
composer require jlaso/api-doc-bundle
在 AppKernel 中添加
...
new JLaso\ApiDocBundle\JLasoApiDocBundle(),
...
配置
将以下键添加到您的 config.yml 文件中
jlaso_api_doc:
title: "The title you want to have in the documentation page"
output_folder: "The folder where the documentator will put the code"
assets_folder: "The folder where the assets are ... example favicon.ico" # optional
使用
运行脚本以生成文档
app/console jlaso:api-doc