lpsoft/lpii

auto build for yii2


Keywords
extension, yii2
License
BSD-4-Clause

Documentation

auto build for yii2

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(); ?>```