ceefee/yii2-layui

The Layui extension for the Yii framework

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Type:yii2-extension

v1.0.5 2020-09-08 00:35 UTC

This package is auto-updated.

Last update: 2024-05-08 09:30:35 UTC


README

68747470733a2f2f73656e7473696e2e67697465652e696f2f7265732f696d616765732f6c617975692f6c617975692e706e67

Layui Extension for Yii 2


This is the Layui extension for Yii framework 2.0. It encapsulates Layui components and plugins in terms of Yii widgets, and thus makes using Layui components/plugins in Yii applications extremely easy.

For license information check the LICENSE-file.

Latest Stable Version Total Downloads

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ceefee/yii2-layui

or add

"ceefee/yii2-layui": "~1.0.0"

to the require section of your composer.json file.

Usage

For example, the following single line of code in a view file would render a Layui Progress plugin:

<?= ceefee\layui\Progress::widget(['percent' => 60, 'label' => 'test']) ?>