https://github.com/rkit/yii2-ajaxform-plugin
Yii2 Ajax Form
https://github.com/rkit/yii2-ajaxform-plugin
ajax form yii2
Last synced: 2 months ago
JSON representation
Yii2 Ajax Form
- Host: GitHub
- URL: https://github.com/rkit/yii2-ajaxform-plugin
- Owner: rkit
- License: bsd-3-clause
- Created: 2015-12-03T16:12:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T03:42:25.000Z (about 9 years ago)
- Last Synced: 2025-11-09T07:39:08.577Z (5 months ago)
- Topics: ajax, form, yii2
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yii2-ajaxform-plugin
A simple plugin for ajax forms.
The plugin for use with the [yii\widgets\ActiveForm](http://www.yiiframework.com/doc-2.0/yii-widgets-activeform.html)
## Installing using Composer
```
composer require rkit/yii2-ajaxform-plugin
```
Then, register asset
```php
rkit\yii2\plugins\ajaxform\Asset::register($this);
```
## Installing using NPM
```
npm install yii2-ajaxform-plugin --save
```
Then, add the module
```js
require('yii2-ajaxform-plugin');
```
## Documentation
- [Guide](/guide)
## Development
### Coding Standard
- PHP Code Sniffer — [phpcs.xml](./phpcs.xml)
- ESLint — [.eslintrc](./.eslintrc)