jlaso / api-doc-bundle
API documentation bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:bundle
Requires
- php: >=5.3.7
This package is auto-updated.
Last update: 2024-10-15 11:32:24 UTC
README
Bundle to document your API
Installation
composer require jlaso/api-doc-bundle
On AppKernel add:
...
new JLaso\ApiDocBundle\JLasoApiDocBundle(),
...
Configuration
Add this keys to your config.yml file
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
Use
Launch the script to generate documentation
app/console jlaso:api-doc