comradepashka / yii2-ajaxable
Ajaxable behavior for autodetection and handling AJAX requests
Package info
github.com/ComradePashka/yii2-ajaxable
Type:yii2-extension
pkg:composer/comradepashka/yii2-ajaxable
0.0.3
2016-03-23 04:27 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-05 03:44:54 UTC
README
Ajaxable behavior for autodetection and handling AJAX requests
Under hardcoding.
2do list
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist comradepashka/yii2-ajaxable "dev-master"
or add
"comradepashka/yii2-ajaxable": "dev-master"
to the require section of your composer.json file.