yii2-apidoc
yii2-apidoc copied to clipboard
Yii 2 apidoc extension.
### What steps will reproduce the problem? ``` $ composer require --prefer-dist yiisoft/yii2-apidoc ``` ### What's expected? The package is installed. ### What do you get instead? ``` $ composer...
### What steps will reproduce the problem? In my Docker container (`php:8.2-bullseye`) I use `yii2-app-basic`: git clone https://github.com/yiisoft/yii2-app-basic Then add `https://github.com/yiisoft/yii2-app-basic` to `require` section: "minimum-stability": "stable", "require": { "php": ">=7.4.0",...
Running the apidoc, I have found the html is being malformed:  | Q | A |--------------------| --- | Yii version | 2.0.50 | Yii APIDoc version | 3.0.6 |...
When I try to run as `./vendor/bin/apidoc api ./vendor/yiisoft/yii2,. output` I'm getting the error `Error: Method deprecated, use ::getParameters()` and the api doc isn't generated, but if I run as...