xinyeweb/yii2-layer

yii2-layer

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2021-02-02 07:32 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:38 UTC


README

yii2-layer

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xinyeweb/yii2-layer:dev-master

or add

"xinyeweb/yii2-layer": "dev-master"

to the require section of your composer.json file.

Usage

pc版本 http://layer.layui.com/

    <?php \xinyeweb\layer\LayerAsset::register($this); ?>

mobile版本 http://layer.layui.com/mobile/

    <?php \xinyeweb\layer\LayerMobileAsset::register($this); ?>

使用方法參考官方文檔