Yii Swagger intergration package was updated to version 1.2.0. In this version we have added an ability to configure OpenApi\Annotations\OpenAPI
generation via Yiisoft\Swagger\Service\SwaggerService
in config/params.php
:
Yii Swagger intergration package was updated to version 1.2.0. In this version we have added an ability to configure OpenApi\Annotations\OpenAPI
generation via Yiisoft\Swagger\Service\SwaggerService
in config/params.php
:
We are very pleased to announce the release of the ApiDoc extension version 3.0.1.
This major version fixes an error preventing docs generation in an edge case.
See the CHANGELOG for a full list of changes.
Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes:
ViewInterface
.ViewContext
, was added.We are very pleased to announce the release of Symfony mailer extension version 2.0.2.
This version fixes a number of bugs found since first release. Details are available in CHANGELOG.
First release of RoadRunner adapter for Yii Runner was tagged.
Despite popular belief, PHP application doesn't have to die and re-initilize every request and, thanks to RoadRunner Yii3 application could work in "initilize once" mode. There are multiple profits in using RoadRunner:
popupbutton ¶To Install This Plugin Run
"composer require aayushmhu/yii2-popupbutton dev-main"
For Use This Plugin You Need to Write tHis Code
For Example
popupbutton ¶To Install This Plugin Run
"composer require aayushmhu/yii2-popupbutton dev-main"
For Use This Plugin You Need to Write tHis Code
For Example
Helper Class
Класс с набором полезных функций, по мнению автора.
Не претендует на идеальность и единственное верное решение.
A class with a set of useful functions, according to the author.
It does not pretend to be ideal and the only correct solution.
First release of Yii Runner was tagged. A runner hides application initialization details making configuration process easier.
For example, instead of complicated initialization, the following is enough for HTTP application's index.php
:
Yii Swagger 1.1.0
Yii Swagger intergration package was updated to version 1.1.0. In this version an ability to configure Yii\Swagger\Middleware\SwaggerJson
via config/params.php
was added: