robote13 / yii2-components
Different components for Yii2 web application
1.2.0
2019-12-08 08:36 UTC
Requires
- yiisoft/yii2: ^2.0.14
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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)