hanifhefaz / documentation-generator
A Laravel package to generate technical documentation.
v1.0.2
2024-12-20 16:08 UTC
Requires
- php: ^7.4|^8.0
- erusev/parsedown: ^1.7
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.