dwiyudha / yii2-hello-world
Simple Hello World Extension
Package info
github.com/dwiyudha/yii2-hello-world
Type:yii2-extension
pkg:composer/dwiyudha/yii2-hello-world
dev-master
2016-08-14 07:13 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 02:48:25 UTC
README
Simple Hello World Extension
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dwiyudha/yii2-hello-world "*"
or add
"dwiyudha/yii2-hello-world": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \dwiyudha\helloworld\AutoloadExample::widget(); ?>```