duongnh / yii2-dnhcore
My extention core Description
Package info
gitlab.com/extension-/yii2-dnhcore
Type:yii2-extension
pkg:composer/duongnh/yii2-dnhcore
dev-master
2021-03-24 11:25 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-20 05:32:54 UTC
README
My extention core Description
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist duongnh/yii2-dnhcore "*"
or add
"duongnh/yii2-dnhcore": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \duongnh\dnhcore\AutoloadExample::widget(); ?>```