Yii2 greatest extensions, developed by SuperbAppSolutions. Array helpers, better php
functions, Active Records shortcuts, etc..., (*1)
Changelog
2018/10/08
- Implement ViewFormatter to support attr:json in GridView / SingleView
- Implement EditColumn to support 'Click to Edit' in GridView
- Implement ModelB3tTrait to support FindOrCreate for ActiveRecord, (*2)
Installation
The preferred way to install this extension is through [composer](http://getcomp
oser.org/download/)., (*3)
Either run, (*4)
php composer.phar require --prefer-dist soc/yii2helper "*"
or add, (*5)
"soc/yii2helper": "*"
to the require section of your composer.json
file., (*6)
Usage
Once the extension is installed, simply use it in your code by :, (*7)
php
<?= \soc\yii2helper\AutoloadExample::widget(); ?>
, (*8)
yii2helper
Yii2 greatest extension., (*9)