maxlord / yii2-jsviews
Yii2 JsViews Integration
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/jsviews: *
- yiisoft/yii2: ~2
This package is not auto-updated.
Last update: 2025-06-21 22:12:38 UTC
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...