Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 883 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 883 Bytes

knockout asset for Yii2

Provides the asset bundle for easy integration of knockoutjs into your Yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist "madand/yii2-knockoutjs:*"

or add

"madand/yii2-knockoutjs": "*"

to the require section of your composer.json file.

You may also specify the version of Knockout to install (e.g. 3.2), starting from 3.1:

# this will install the latest revision in 3.1 branch (e.g. 3.1.0)
composer require --prefer-dist "madand/yii2-knockoutjs:3.1"

Usage

In the view file register the asset:

\madand\knockoutjs\KnockoutAsset::register($this);

License

The BSD License (BSD). Please see License File for more information.