LaravelPackages.net
Acme Inc.
Toggle sidebar
hanifhefaz/documentation-generator

A Laravel package to generate technical documentation.

32
1
v1.1.2
About hanifhefaz/documentation-generator

hanifhefaz/documentation-generator is a Laravel package for a laravel package to generate technical documentation.. It currently has 1 GitHub stars and 32 downloads on Packagist (latest version v1.1.2). Install it with composer require hanifhefaz/documentation-generator. Discover more Laravel packages by hanifhefaz or browse all Laravel packages to compare alternatives.

Last updated

Documentation Generator

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:

View

That is it.

Comments