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
- Host: GitHub
- URL: https://github.com/tuyakhov/yii2-form-builder
- Owner: tuyakhov
- Created: 2015-07-26T12:25:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T19:18:20.000Z (over 9 years ago)
- Last Synced: 2024-12-25T08:41:46.288Z (4 months ago)
- Language: PHP
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Form builder for Yii2
=====================
Form builder for Yii2Installation
------------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(); ?>```