bymorev / yii2-bymorev-helpers
Bymorev Helpers
v1.0.4.4
2017-04-29 08:11 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-02 21:11:36 UTC
README
Bymorev Helpers
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bymorev-helpers/yii2-bymorev-helpers "*"
or add
"bymorev-helpers/yii2-bymorev-helpers": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \Bymorev\AutoloadExample::widget(); ?>```