agprasha / yii2-example
Jajal
Package info
github.com/agprasha/yii2-example
Type:yii2-extension
pkg:composer/agprasha/yii2-example
dev-master
2018-07-24 14:14 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-03 11:35:53 UTC
README
Jajal
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist agprasha/yii2-example "*"
or add
"agprasha/yii2-example": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \agprasha\example\AutoloadExample::widget(); ?>```