PHPackages                             mhunesi/yii2-formio - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mhunesi/yii2-formio

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

mhunesi/yii2-formio
===================

Yii2 Formio Extension

v0.0.1(6y ago)45202BSD-3-ClausePHPPHP ^7.0CI failing

Since Apr 28Pushed 1y agoCompare

[ Source](https://github.com/mhunesi/yii2-formio)[ Packagist](https://packagist.org/packages/mhunesi/yii2-formio)[ Docs](https://www.yiiframework.com/)[ RSS](/packages/mhunesi-yii2-formio/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

 [ ![](https://github.com/yiisoft.png) ](https://github.com/yiisoft)

Yii Formio Module
=================

[](#yii-formio-module)

The package bundle of [Form.io](https://github.com/formio/formio.js) plugin. Form.io is a plain JavaScript form renderer.

JavaScript powered Forms with JSON Form Builder

[Examples](https://formio.github.io/formio.js/app/examples/)

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

[](#installation)

Add the the package to your composer file:

```
composer require mhunesi/yii2-formio
```

The last thing you need to do is updating your database schema by applying the migrations. Make sure that you have properly configured `db` application component and run the following command:

```
    yii migrate --migrationPath=@mhunesi/formio/migrations
```

Add the modules to your application configuration file:

```
'modules' => [
    // ...
    'formio' => [
        'class' => \mhunesi\formio\Module::class,
        'userModel' => 'app/models/User'
    ],
    // ...
]
```

Usage
-----

[](#usage)

If you want Using Only Formio Widget:

```
