Skip to content

madand/yii2-knockoutjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

knockout asset for Yii2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages