Skip to content

Yii2 wrapper for the jQuery formBuilder library by Kevin Chappell

License

Notifications You must be signed in to change notification settings

enigmatix/yii2-formbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 wrapper for the jQuery formBuilder library by Kevin Chappell

A simple wrapper for the jQuery formBuilder. This package enables the use of the formBuilder via a yii2 widget. The package does not ship with a copy of the jQuery library. Instead it is loaded directly via bower.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist enigmatix/yii2-formbuilder "*"

or add

"enigmatix/yii2-formbuilder": "*"

to the require section of your composer.json file.

Usage

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

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

About

Yii2 wrapper for the jQuery formBuilder library by Kevin Chappell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages