-
### Discussed in https://github.com/yiisoft/yii2/discussions/19186
Originally posted by **nadar** January 23, 2022
We are using PageCache to cache a REST response, it seems that headers are al…
-
```
Running 'REST API Generator'...
PHP Warning 'yii\base\ErrorException' with message 'Invalid argument supplied for foreach()'
in /backend-php/vendor/cebe/yii2-openapi/src/generator/ApiGene…
-
![Снимок](https://user-images.githubusercontent.com/28790664/107024225-cd3e7d00-67b8-11eb-8919-d959bf78cbbf.PNG)
-
Hello,
i just wanted to Upgrade from` 1.4.2 to 1.6.1` but there was an error on applying the migration:
```
Applying new migrations ... error: The command "'/usr/local/bin/php' '/app/craft' '…
-
We are using PageCache to cache a REST response, it seems that headers are always returned as lowercase chars afterwards, but the original input is case sensitive.
https://github.com/yiisoft/yii2/b…
nadar updated
2 years ago
-
### What steps will reproduce the problem?
Updating to 1.9 after issue #4946 (propably important?)
### What is the expected result?
Yii Migration Tool (based on Yii v2.0.40)
Total …
-
### Is your feature request related to a problem? Please describe.
The files humans.txt, security.txt and ads.txt expose information such as installed plugins and the admin email address, which makes…
-
I Want to set number of items per page in rest app.
I tested every items that change this value (pageSize) in activeDataProvider instance of rest Controller Like Overriding prepareDataProvider method…
-
{@inheritdoc} is not pulling the documentation for classes, methods and properties.
`{@inheritDoc}` is rendered as plain text, meaning that in the documentation, it will have the literal `{@inherit…
-
Needed for getting:
- End line of a block.
- Is return by reference (functions).
- Custom pretty print (properties, constants), see https://github.com/nikic/PHP-Parser/issues/447#issuecomment-348…