comradepashka / yii2-ajaxable
Ajaxable behavior for autodetection and handling AJAX requests
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-22 22:00:59 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.