lastdragon-ru / lara-asp-documentator
The Awesome Set of Packages for Laravel - The Documentator.
7.0.0
2024-11-17 07:55 UTC
Requires
- php: ^8.2|^8.3
- ext-filter: *
- ext-intl: *
- ext-mbstring: *
- composer/semver: ^3.2
- illuminate/console: ^10.34.0|^11.0.0
- illuminate/contracts: ^10.34.0|^11.0.0
- illuminate/process: ^10.34.0|^11.0.0
- illuminate/support: ^10.34.0|^11.0.0
- lastdragon-ru/lara-asp-core: 7.0.0
- lastdragon-ru/lara-asp-formatter: 7.0.0
- lastdragon-ru/lara-asp-graphql-printer: 7.0.0
- lastdragon-ru/lara-asp-serializer: 7.0.0
- league/commonmark: ^2.5.1
- league/config: ^1.1.1
- nikic/php-parser: ^5.0
- phpstan/phpdoc-parser: ^1.25
- symfony/console: ^6.3.0|^7.0.0
- symfony/deprecation-contracts: ^3.0.0
- symfony/filesystem: ^6.3.0|^7.0.0
- symfony/finder: ^6.3.0|^7.0.0
- symfony/polyfill-php83: ^1.28
- symfony/serializer: ^6.4.0|^7.0.0
Requires (Dev)
- lastdragon-ru/lara-asp-testing: 7.0.0
- mockery/mockery: ^1.6.5
- orchestra/testbench: ^8.0.0|^9.0.0
- phpunit/phpunit: ^10.1.0|^11.0.0
- webonyx/graphql-php: ^15.4.0
README
This package provides various utilities for documentation generation such as Markdown Preprocessor, Requirements Dumper and more.
Requirements
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
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.