robote13/yii2-components

Different components for Yii2 web application

1.2.0 2019-12-08 08:36 UTC

This package is auto-updated.

Last update: 2024-04-08 18:05:01 UTC


README

Different components for Yii2 web application

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist robote13/yii2-components "^1.1.0"

or add

"robote13/yii2-components": "^1.1.0"

to the require section of your composer.json file.

Upgrade to 1.0.0

CrudControllerAbstract::$indexViewParams -> $indexParams (now the name of this property is the same for Crud and FrontendController)