yii2-apidoc icon indicating copy to clipboard operation
yii2-apidoc copied to clipboard

Yii 2 apidoc extension.

Results 25 yii2-apidoc issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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",...

type:docs

status:ready for adoption
type:task

Running the apidoc, I have found the html is being malformed: ![imagen](https://github.com/yiisoft/yii2-apidoc/assets/438372/6f6c5aaa-e3d3-476e-9a5c-7fe7d2a6bf95) | Q | A |--------------------| --- | Yii version | 2.0.50 | Yii APIDoc version | 3.0.6 |...

type:bug

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...