comradepashka / yii2-ajaxable
Ajaxable行为,用于自动检测和处理AJAX请求
0.0.3
2016-03-23 04:27 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-18 20:18:54 UTC
README
Ajaxable行为,用于自动检测和处理AJAX请求
硬编码下。
待办事项列表
安装
安装此扩展的首选方式是通过Composer。
运行以下命令之一:
php composer.phar require --prefer-dist comradepashka/yii2-ajaxable "dev-master"
或者将以下内容添加到你的composer.json
文件的require部分:
"comradepashka/yii2-ajaxable": "dev-master"