lastdragon-ru/lara-asp-documentator

The Awesome Set of Packages for Laravel - The Documentator.

6.2.0 2024-03-28 11:28 UTC

This package is auto-updated.

Last update: 2024-04-28 12:41:41 UTC


README

This package provides various utilities for documentation generation such as Markdown Preprocessor, Requirements Dumper and more.

Requirements

Requirement Constraint Supported by
PHP ^8.3 HEAD ⋯ 5.0.0
^8.2 HEAD ⋯ 5.0.0-beta.1
^8.1 HEAD ⋯ 5.0.0-beta.1
Laravel ^11.0.0 HEAD , 6.2.0
^10.34.0 HEAD , 6.2.0
^10.0.0 6.1.0 ⋯ 5.0.0-beta.1
^9.21.0 5.6.0 ⋯ 5.0.0-beta.1

Installation

composer require lastdragon-ru/lara-asp-documentator

Commands

lara-asp-documentator:commands

Saves help for each command in the namespace into a separate file in the target directory.

Read more.

lara-asp-documentator:preprocess

Preprocess Markdown files.

Read more.

lara-asp-documentator:requirements

Generates a table with the required versions of PHP/Laravel/etc in Markdown format.

Read more.

Upgrading

Please follow Upgrade Guide.

Contributing

This package is the part of Awesome Set of Packages for Laravel. Please use the main repository to report issues, send pull requests, or ask questions.