xinyeweb / xpyun
XPrinterYun
dev-master
2021-11-30 10:04 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-29 06:12:58 UTC
README
XPrinterYun
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist xinyeweb/xpyun:"dev-master"
or add
"xinyeweb/xpyun": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \Xpyun\AutoloadExample::widget(); ?>```