djeager / yii2-activerecords
rewright some
Package info
github.com/djeager/activerecords
Type:yii2-extension
pkg:composer/djeager/yii2-activerecords
1.1.5
2018-07-02 07:29 UTC
Requires
- yiisoft/yii2: ~2.0.0
README
rewright some
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist djeager/yii2-activerecords "*"
or add
"djeager/yii2-activerecords": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \djeager\AutoloadExample::widget(); ?>```