Ajaxable behavior for autodetection and handling AJAX requests
Under hardcoding.
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.