lastdragon-ru / lara-asp-documentator
Provides various utilities for documentation generation such as Markdown Preprocessor, Requirements Dumper and more.
Package info
github.com/LastDragon-ru/lara-asp-documentator
pkg:composer/lastdragon-ru/lara-asp-documentator
Requires
- php: ^8.4|^8.5
- ext-filter: *
- ext-intl: *
- ext-mbstring: *
- composer/semver: ^3.2.0
- illuminate/console: ^13.0.0
- illuminate/contracts: ^13.0.0
- illuminate/process: ^13.0.0
- illuminate/support: ^13.0.0
- lastdragon-ru/glob-matcher: 11.0.0
- lastdragon-ru/graphql-printer: 11.0.0
- lastdragon-ru/lara-asp-core: 11.0.0
- lastdragon-ru/lara-asp-formatter: 11.0.0
- lastdragon-ru/lara-asp-serializer: 11.0.0
- lastdragon-ru/path: 11.0.0
- league/commonmark: ^2.8.2
- league/config: ^1.1.1
- nikic/php-parser: ^5.7.0
- phpstan/phpdoc-parser: ^2.0.0
- psr/event-dispatcher: ^1.0.0
- symfony/console: ^8.0.4
- symfony/filesystem: ^8.0.0
- symfony/finder: ^8.0.0
- symfony/polyfill-php85: ^1.33.0
- symfony/serializer: ^8.0.0
Requires (Dev)
- ext-xmlwriter: *
- lastdragon-ru/lara-asp-testing: 11.0.0
- lastdragon-ru/phpunit-extensions: 11.0.0
- mockery/mockery: ^1.6.6
- orchestra/testbench: ^11.0.0
- phpunit/phpunit: ^13.0.0
- webonyx/graphql-php: ^15.31.5
Conflicts
- thecodingmachine/safe: <3.0.0
This package is auto-updated.
Last update: 2026-04-17 07:46:18 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.5 |
HEAD , 11.0.0 |
^8.4 |
HEAD ⋯ 8.0.0 |
|
^8.3 |
10.3.0 ⋯ 5.0.0 |
|
^8.2 |
7.2.0 ⋯ 5.0.0-beta.1 |
|
^8.1 |
6.4.2 ⋯ 5.0.0-beta.1 |
|
| Laravel | ^13.0.0 |
HEAD , 11.0.0 |
^12.0.1 |
10.3.0 ⋯ 9.0.0 |
|
^11.0.8 |
8.1.1 ⋯ 8.0.0 |
|
^11.0.0 |
7.2.0 ⋯ 6.2.0 |
|
^10.34.0 |
7.2.0 ⋯ 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.
lara-asp-documentator:preprocess
Perform one or more task on the file.
lara-asp-documentator:requirements
Generates a table with the required versions of PHP/Laravel/etc in Markdown format.
Upgrading
Please follow Upgrade Guide.
Contributing
Please use the main repository to report issues, send pull requests, or ask questions.