Skip to content

Library to help you build fantastic dynamic forms with server side validation using knockoutjs.

Notifications You must be signed in to change notification settings

devsuitup/yii2-knockout

 
 

Repository files navigation

Knockout models and lookups for YII2

Library to help you build fantastic dynamic forms with server side validation using knockoutjs.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist e-frank/yii2-knockout "*"

or add

"e-frank/yii2-knockout": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \efrank\AutoloadExample::widget(); ?>```

About

Library to help you build fantastic dynamic forms with server side validation using knockoutjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • PHP 36.6%