An open API service indexing awesome lists of open source software.

https://github.com/tuyakhov/yii2-form-builder

yii2-form-builder
https://github.com/tuyakhov/yii2-form-builder

Last synced: 2 months ago
JSON representation

yii2-form-builder

Awesome Lists containing this project

README

        

Form builder for Yii2
=====================
Form builder for Yii2

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tuyakhov/yii2-form-builder "*"
```

or add

```
"tuyakhov/yii2-form-builder": "*"
```

to the require section of your `composer.json` file.

Usage
-----

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

```php
= \tuyakhov\formbuilder\AutoloadExample::widget(); ?>```