lpsoft / lpii
auto build for yii2
dev-master
2018-12-13 05:54 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-13 22:26:11 UTC
README
auto build for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist lpsoft/lpii "*"
or add
"lpsoft/lpii": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \lpii\AutoloadExample::widget(); ?>```