dev-master
9999999-dev https://github.com/jlaso/api-doc-bundleAPI documentation bundle
MIT
The Requires
- php >=5.3.7
api documentation symfony
API documentation bundle
composer require jlaso/api-doc-bundle, (*1)
On AppKernel add:, (*2)
... new JLaso\ApiDocBundle\JLasoApiDocBundle(), ...
Add this keys to your config.yml file, (*3)
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
Launch the script to generate documentation, (*4)
app/console jlaso:api-doc
API documentation bundle
MIT
api documentation symfony