maxlord/yii2-jsviews
最新稳定版本:1.2.0
Composer 安装命令:
composer require maxlord/yii2-jsviews
包简介
Yii2 JsViews Integration
README 文档
README
This is the JsViews extension for Yii framework 2.0. It encapsulate JsViews library as Asset Bundle, and help using JsViews in Yii applications.
For license information check the LICENSE-file.
Documentation is at README.md.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --dev maxlord/yii2-jsviews
or add
"maxlord/yii2-jsviews": "~1.0.0"
to the require section of your composer.json file.
Usage
View:
<?php /* @var $this \yii\web\View */ maxlord\jsviews\JsViewsAsset::register($this); ?> Page View Code...
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache
- 更新时间: 2015-09-03