comradepashka/yii2-ajaxable

Ajaxable behavior for autodetection and handling AJAX requests

0.0.3 2016-03-23 04:27 UTC

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.

Usage